Merge commit 'yosh/master'
[taboo.git] / install.rdf
blob08ba8488034bfa0a5d7e665283b5e3aa86ac57f9
1 <?xml version="1.0" encoding="utf-8"?>
3 <RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:em="http://www.mozilla.org/2004/em-rdf#">
4 <RDF:Description RDF:about="urn:mozilla:install-manifest">
5 <em:name>Taboo</em:name>
6 <em:id>taboo@overstimulate.com</em:id>
7 <em:version>0.02</em:version>
8 <em:description>Will It Blend? Tabs, Sessions and Bookmarks</em:description>
9 <em:creator>Jesse Andrews; http://overstimulate.com</em:creator>
10 <em:creator>Manish Singh; http://yosh.org</em:creator>
11 <em:contributor>Ian Fischer; itfische@gmail.com</em:contributor>
13 <!-- firefox -->
14 <em:targetApplication>
15 <RDF:Description>
16 <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
17 <em:minVersion>1.5</em:minVersion>
18 <em:maxVersion>2.0.*</em:maxVersion>
19 </RDF:Description>
20 </em:targetApplication>
22 <!-- flock -->
23 <em:targetApplication>
24 <Description>
25 <em:id>{a463f10c-3994-11da-9945-000d60ca027b}</em:id>
26 <em:minVersion>0.8</em:minVersion>
27 <em:maxVersion>0.99.*</em:maxVersion>
28 </Description>
29 </em:targetApplication>
31 <em:file>
32 <RDF:Description RDF:about="urn:mozilla:extension:file:taboo">
33 <em:package>content/</em:package>
34 </RDF:Description>
35 </em:file>
36 </RDF:Description>
37 </RDF:RDF>