aboutsummaryrefslogtreecommitdiff
path: root/install.rdf
diff options
context:
space:
mode:
authorEinar Egilsson2007-05-21 22:03:05 +0000
committerEinar Egilsson2007-05-21 22:03:05 +0000
commit502c24f18cdfa0f808d9383313bb4f965c7fb11f (patch)
treec9f2523995b6fc59e3bf6cc3bcc9200bbedd5e95 /install.rdf
Redirector
git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@53 119bf307-c92d-0410-89bd-8f53e6181181
Diffstat (limited to 'install.rdf')
-rw-r--r--install.rdf23
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