-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathinstall.rdf
61 lines (58 loc) · 2.42 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<?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>{75739dec-72db-4020-aa9a-6afa6744759b}</em:id>
<em:name>Developer Assistant</em:name>
<em:version>0.3.0.20110827</em:version>
<em:creator>Ted Mielczarek</em:creator>
<em:contributor>Jesse Ruderman</em:contributor>
<em:contributor>Cüneyt Yilmaz</em:contributor>
<em:contributor>Tony Chang</em:contributor>
<em:contributor>Gavin Sharp</em:contributor>
<em:contributor>Cesar Oliveira</em:contributor>
<em:contributor>Nickolay Ponomarev</em:contributor>
<em:contributor>Brett Zamir</em:contributor>
<em:description>A suite of tools for developers</em:description>
<em:iconURL>chrome://extensiondev/skin/extensiondev.png</em:iconURL>
<em:homepageURL>http://ted.mielczarek.org/code/mozilla/extensiondev/</em:homepageURL>
<em:optionsURL>chrome://extensiondev/content/options.xul</em:optionsURL>
<em:unpack>true</em:unpack>
<em:type>2</em:type>
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <!-- firefox -->
<em:minVersion>3.0</em:minVersion>
<em:maxVersion>9.0a1</em:maxVersion>
</Description>
</em:targetApplication>
<em:targetApplication>
<Description>
<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id> <!-- thunderbird -->
<em:minVersion>3.0</em:minVersion>
<em:maxVersion>3.1.*</em:maxVersion>
</Description>
</em:targetApplication>
<em:targetApplication>
<Description>
<em:id>{a463f10c-3994-11da-9945-000d60ca027b}</em:id> <!-- flock -->
<em:minVersion>2.0</em:minVersion>
<em:maxVersion>2.*</em:maxVersion>
</Description>
</em:targetApplication>
<em:targetApplication>
<Description>
<em:id>[email protected]</em:id><!-- Songbird -->
<em:minVersion>1.4.3</em:minVersion>
<em:maxVersion>1.4.3</em:maxVersion>
</Description>
</em:targetApplication>
<em:targetApplication>
<Description>
<em:id>{718e30fb-e89b-41dd-9da7-e25a45638b28}</em:id><!-- Sunbird -->
<em:minVersion>0.9</em:minVersion>
<em:maxVersion>0.9</em:maxVersion>
</Description>
</em:targetApplication>
</Description>
</RDF>