forked from lovelywcm/autoproxy
-
Notifications
You must be signed in to change notification settings - Fork 56
/
install.rdf
111 lines (95 loc) · 3.5 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<?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>[email protected]</em:id>
<em:version>0.4b2</em:version>
<em:type>2</em:type>
<!-- Target Application this extension can install into,
with minimum and maximum supported versions. -->
<!-- FireFox -->
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>3.0.9</em:minVersion>
<em:maxVersion>26.0a1</em:maxVersion>
</Description>
</em:targetApplication>
<!-- SeaMonkey -->
<em:targetApplication>
<Description>
<em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
<em:minVersion>2.0b1pre</em:minVersion>
<em:maxVersion>2.2a1pre</em:maxVersion>
</Description>
</em:targetApplication>
<!-- Thunderbird -->
<em:targetApplication>
<Description>
<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
<em:minVersion>3.0b3pre</em:minVersion>
<em:maxVersion>3.3a4pre</em:maxVersion>
</Description>
</em:targetApplication>
<!-- Songbird -->
<em:targetApplication>
<Description>
<em:id>[email protected]</em:id>
<em:minVersion>1.2.0</em:minVersion>
<em:maxVersion>1.9.*</em:maxVersion>
</Description>
</em:targetApplication>
<!-- Midbrowser -->
<em:targetApplication>
<Description>
<em:id>{aa5ca914-c309-495d-91cf-3141bbb04115}</em:id>
<em:minVersion>0.2</em:minVersion>
<em:maxVersion>0.3</em:maxVersion>
</Description>
</em:targetApplication>
<!-- eMusic Remote -->
<!--
Currently not supported - based on Gecko 1.8.1
<em:targetApplication>
<Description>
<em:id>[email protected]</em:id>
<em:minVersion>1.0</em:minVersion>
<em:maxVersion>1.0.0.*</em:maxVersion>
</Description>
</em:targetApplication>
-->
<!-- Conkeror -->
<em:targetApplication>
<Description>
<em:id>{a79fe89b-6662-4ff4-8e88-09950ad4dfde}</em:id>
<!-- Conkeror developers will take care of UI integration themselves -->
<em:minVersion>0.1</em:minVersion>
<em:maxVersion>100.0</em:maxVersion>
</Description>
</em:targetApplication>
<!-- Prism -->
<em:targetApplication>
<Description>
<em:id>[email protected]</em:id>
<em:minVersion>1.0b1</em:minVersion>
<em:maxVersion>1.0.*</em:maxVersion>
</Description>
</em:targetApplication>
<!-- Front End MetaData -->
<em:name>AutoProxy</em:name>
<em:description>GFW was yesterday!</em:description>
<em:creator>WCM</em:creator>
<em:homepageURL>https://autoproxy.org/</em:homepageURL>
<!-- Front End Integration Hooks (used by Extension Manager)-->
<em:iconURL>chrome://autoproxy/skin/autoproxy.png</em:iconURL>
<em:aboutURL>chrome://autoproxy/content/ui/about.xul</em:aboutURL>
<em:optionsURL>chrome://autoproxy/content/ui/settings.xul</em:optionsURL>
<!-- Update
<em:updateURL>http://autoproxy.mozdev.org/update.rdf</em:updateURL>
<em:updateKey>MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDa90iwPXBxB+12fTnfdk5Wc6Th
tvCyjRZr558hyfHrYZalDBPp3XgaSSWKEKHRIhLg+LHN3T7wpylkXbmnua1G7swV2DhORaNu/aD1
6CFP3yUCNvEY61EGEzh+SntNNHfxN6+7c/WUN4Rtroa98Sk3GTw1xm2JtiihZkoERGBUAwIDAQAB"
</em:updateKey>
-->
</Description>
</RDF>