summaryrefslogtreecommitdiff
path: root/gecko/install.rdf
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2010-11-02 18:33:52 +0000
committerNick White <git@njw.me.uk>2010-11-02 18:33:52 +0000
commite2c3998350430dd529a82bcb679ac53c5161196a (patch)
treed59e65d5f26030694c7c87c442c38f7c6103b225 /gecko/install.rdf
parent2cee16336a4ce756cac166adccbb40a41122b6f4 (diff)
Add working firefox extension
Diffstat (limited to 'gecko/install.rdf')
-rw-r--r--gecko/install.rdf24
1 files changed, 24 insertions, 0 deletions
diff --git a/gecko/install.rdf b/gecko/install.rdf
new file mode 100644
index 0000000..545f53d
--- /dev/null
+++ b/gecko/install.rdf
@@ -0,0 +1,24 @@
+<?xml version="1.0"?>
+
+<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>readable@njw.me.uk</em:id>
+ <em:version>VERSION</em:version>
+ <em:type>2</em:type>
+
+ <em:targetApplication>
+ <Description>
+ <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
+ <em:minVersion>3.0</em:minVersion>
+ <em:maxVersion>3.6.*</em:maxVersion>
+ </Description>
+ </em:targetApplication>
+
+ <em:name>Readable</em:name>
+ <em:description>Makes webpages more readable. Press Ctrl-Alt-r to toggle readable.</em:description>
+ <em:creator>Nick White</em:creator>
+ <em:homepageURL>http://njw.me.uk/software/readable/</em:homepageURL>
+ </Description>
+</RDF>