public
Description: The solution for tabitus of the browser
Homepage: http://overstimulate.com/projects/taboo
Clone URL: git://github.com/anotherjesse/taboo.git
taboo / install.rdf
100644 41 lines (36 sloc) 1.535 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?xml version="1.0" encoding="utf-8"?>
    
<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:em="http://www.mozilla.org/2004/em-rdf#">
  <RDF:Description RDF:about="urn:mozilla:install-manifest">
    <em:name>Taboo</em:name>
    <em:id>taboo@runningfrombears.com</em:id>
    <em:version>0.3.1</em:version>
    <em:description>The cure for tabitis</em:description>
    <em:iconURL>chrome://taboo/skin/logo.png</em:iconURL>
    <em:homepageURL>http://runningfrombears.com/taboo</em:homepageURL>
    <em:creator>Jesse Andrews; http://overstimulate.com</em:creator>
    <em:contributor>Manish Singh; http://yosh.org</em:contributor>
    <em:contributor>Ian Fischer; http://iantriesagain.com</em:contributor>
    <em:contributor>Jake Dahn; http://jakedahn.com</em:contributor>
 
    <!-- firefox -->
    <em:targetApplication>
      <RDF:Description>
        <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
        <em:minVersion>2.0b1</em:minVersion>
        <em:maxVersion>3.0.*</em:maxVersion>
      </RDF:Description>
    </em:targetApplication>
 
    <!-- flock -->
    <em:targetApplication>
      <Description>
        <em:id>{a463f10c-3994-11da-9945-000d60ca027b}</em:id>
        <em:minVersion>0.8</em:minVersion>
        <em:maxVersion>1.2+</em:maxVersion>
      </Description>
    </em:targetApplication>
 
    <em:file>
      <RDF:Description RDF:about="urn:mozilla:extension:file:taboo">
        <em:package>content/</em:package>
      </RDF:Description>
    </em:file>
  </RDF:Description>
</RDF:RDF>