forked from fhoech/BarTab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.rdf
37 lines (37 loc) · 1.56 KB
/
install.rdf
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
<?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>[email protected]</em:id>
<em:type>2</em:type>
<em:name>BarTab</em:name>
<em:version>3.0</em:version>
<em:homepageURL>https://addons.mozilla.org/firefox/addon/67651</em:homepageURL>
<em:creator>Philipp von Weitershausen</em:creator>
<em:contributor>SHIMODA Hiroshi</em:contributor>
<em:contributor>Paul O'Shannessy</em:contributor>
<em:contributor>Róman Joost (logo)</em:contributor>
<em:translator>drry [ja]</em:translator>
<em:translator>GrzegorzJZD [pl]</em:translator>
<em:translator>Pierre Buard [fr]</em:translator>
<em:translator>Style Thing [ru]</em:translator>
<em:translator>Felipe Barousse Boué [es]</em:translator>
<em:translator>Danny Navarro [es-ES]</em:translator>
<em:optionsURL>chrome://bartab/content/preferences.xul</em:optionsURL>
<!-- Firefox -->
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <!-- Firefox -->
<em:minVersion>4.0b1</em:minVersion>
<em:maxVersion>4.0.*</em:maxVersion>
</Description>
</em:targetApplication>
<!-- SeaMonkey -->
<em:targetApplication>
<Description>
<em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
<em:minVersion>2.0</em:minVersion>
<em:maxVersion>2.1b1</em:maxVersion>
</Description>
</em:targetApplication>
</Description>
</RDF>