diff options
Diffstat (limited to 'install.rdf')
-rw-r--r-- | install.rdf | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/install.rdf b/install.rdf new file mode 100644 index 0000000..7dabe48 --- /dev/null +++ b/install.rdf @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- $Id$ --> +<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:em="http://www.mozilla.org/2004/em-rdf#"> + <Description about="urn:mozilla:install-manifest"> + <em:id>redirector@einaregilsson.com</em:id> + <em:name>Redirector</em:name> + <em:version>0.1</em:version> + <em:creator>Einar Egilsson</em:creator> + <em:description>Automatically redirects to user-defined urls on certain pages</em:description> + <!-- <em:homepageURL>http://addons.mozilla.org/{app}/xxx/</em:homepageURL> --> <!-- Add after upload to addons.mozilla.org --> + <em:aboutURL>chrome://redirector/content/about.xul</em:aboutURL> + <em:optionsURL>chrome://redirector/content/options.xul</em:optionsURL> + <em:iconURL>chrome://redirector/content/redirector.png</em:iconURL> + <em:targetApplication> + <Description> + <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <!-- firefox --> + <em:minVersion>2.0</em:minVersion> + <em:maxVersion>2.0.0.*</em:maxVersion> + </Description> + </em:targetApplication> + </Description> +</RDF>
\ No newline at end of file |