aboutsummaryrefslogtreecommitdiff
path: root/install.rdf
diff options
context:
space:
mode:
Diffstat (limited to 'install.rdf')
-rw-r--r--install.rdf19
1 files changed, 19 insertions, 0 deletions
diff --git a/install.rdf b/install.rdf
new file mode 100644
index 0000000..bf30c7f
--- /dev/null
+++ b/install.rdf
@@ -0,0 +1,19 @@
+<?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>tablocation@ch1p.com</em:id>
+ <em:name>Tab Location</em:name>
+ <em:version>0.2.6</em:version>
+ <em:type>2</em:type>
+ <em:creator>ch1p</em:creator>
+ <em:bootstrap>true</em:bootstrap>
+ <em:targetApplication>
+ <Description>
+ <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
+ <em:minVersion>20</em:minVersion>
+ <em:maxVersion>99.*</em:maxVersion>
+ </Description>
+ </em:targetApplication>
+ </Description>
+</RDF>