diff options
Diffstat (limited to 'install.rdf')
-rw-r--r-- | install.rdf | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/install.rdf b/install.rdf deleted file mode 100644 index 6ab60a0..0000000 --- a/install.rdf +++ /dev/null @@ -1,27 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<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>2.9.3</em:version> - <em:creator>Einar Egilsson</em:creator> - <em:contributor>Noah Luck Easterly</em:contributor> - <em:contributor>https://github.com/gitoffthelawn</em:contributor> - <em:contributor>https://github.com/Frogomeli</em:contributor> - <em:description>Automatically redirects to user-defined urls on certain pages</em:description> - <em:homepageURL>http://einaregilsson.com/redirector/</em:homepageURL> - <em:optionsURL>chrome://redirector/content/redirector.html</em:optionsURL> - <em:optionsType>3</em:optionsType> - <em:iconURL>chrome://redirector/content/images/redirector.png</em:iconURL> - <em:type>2</em:type> - <em:unpack>true</em:unpack> - <em:targetApplication> - <Description> - <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <!-- firefox --> - <em:minVersion>17.0</em:minVersion> - <em:maxVersion>38.*</em:maxVersion> - </Description> - </em:targetApplication> - </Description> -</RDF>
\ No newline at end of file |