summaryrefslogtreecommitdiff
path: root/thunderbird/extension/install.rdf
diff options
context:
space:
mode:
Diffstat (limited to 'thunderbird/extension/install.rdf')
-rw-r--r--thunderbird/extension/install.rdf28
1 files changed, 28 insertions, 0 deletions
diff --git a/thunderbird/extension/install.rdf b/thunderbird/extension/install.rdf
new file mode 100644
index 0000000..9b9c0e8
--- /dev/null
+++ b/thunderbird/extension/install.rdf
@@ -0,0 +1,28 @@
+<?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>thunderbird@zeitgeist-project.com</em:id>
+ <em:version>0.2</em:version>
+ <em:type>2</em:type>
+
+ <!-- Target Application this extension can install into,
+ with minimum and maximum supported versions. -->
+ <em:targetApplication>
+ <Description>
+ <em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
+ <em:minVersion>5.0</em:minVersion>
+ <em:maxVersion>17.*</em:maxVersion>
+ </Description>
+ </em:targetApplication>
+
+ <!-- Front End MetaData -->
+ <em:name>Zeitgeist</em:name>
+ <em:description>Dataprovider for the zeitgeist framework</em:description>
+ <em:creator>Mark Tully</em:creator>
+ <em:homepageURL>http://launchpad.net/zeitgeist</em:homepageURL>
+ <em:iconURL>chrome://zeitgeist/content/zeitgeist.png</em:iconURL>
+ </Description>
+</RDF>