summaryrefslogtreecommitdiff
path: root/install.rdf
diff options
context:
space:
mode:
Diffstat (limited to 'install.rdf')
-rw-r--r--install.rdf21
1 files changed, 21 insertions, 0 deletions
diff --git a/install.rdf b/install.rdf
new file mode 100644
index 0000000..f0a5398
--- /dev/null
+++ b/install.rdf
@@ -0,0 +1,21 @@
+<?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>bitmask-thunderbird@leap.se</em:id>
+ <em:name>Bitmask Thunderbird Extension</em:name>
+ <em:version>0.0.1</em:version>
+ <em:creator>LEAP developers</em:creator>
+
+ <em:targetApplication>
+ <Description>
+ <em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
+ <em:minVersion>24.0</em:minVersion>
+ <em:maxVersion>24.0.*</em:maxVersion>
+ </Description>
+ </em:targetApplication>
+
+ </Description>
+</RDF>