-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.rdf
133 lines (118 loc) · 4.45 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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
<?xml version="1.0"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.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>2.0.16</em:version>
<!-- DOM Inspector supports Gecko 1.9.0 and higher.
All applications listed below are the subset of supported versions
which also use an appropriate version of Gecko. -->
<!-- For maxVersion of applications that follow the rapid cycle pattern,
use '(x)a1' (*-central) on default,
and '(x-1).*' (*-aurora/beta/release) for branches. -->
<!-- Fennec -->
<em:targetApplication>
<Description>
<em:id>{a23983c0-fd0e-11dc-95ff-0800200c9a66}</em:id>
<em:minVersion>1.0a1</em:minVersion>
<em:maxVersion>1.0.*</em:maxVersion>
</Description>
</em:targetApplication>
<!-- Firefox
3.0 is Gecko 1.9.0
3.5 is Gecko 1.9.1
3.6 is Gecko 1.9.2
4.0 is Gecko 2.0
5.0 is Gecko 5.0
x.0 is Gecko x.0, where x is greater than 5 -->
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>3.0a1</em:minVersion>
<em:maxVersion>23.0a1</em:maxVersion>
</Description>
</em:targetApplication>
<!-- SeaMonkey
2.0 is Gecko 1.9.1
2.1 is Gecko 2.0
2.2 is Gecko 5.0
2.x is Gecko (x+3).0, where x is greater than 2 -->
<em:targetApplication>
<Description>
<em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
<em:minVersion>2.0a1pre</em:minVersion>
<em:maxVersion>2.20a1</em:maxVersion>
</Description>
</em:targetApplication>
<!-- Sunbird -->
<em:targetApplication>
<Description>
<em:id>{718e30fb-e89b-41dd-9da7-e25a45638b28}</em:id>
<em:minVersion>1.0b1pre</em:minVersion>
<em:maxVersion>5.0b2pre</em:maxVersion>
</Description>
</em:targetApplication>
<!-- Thunderbird
3.0 is Gecko 1.9.1
3.1 is Gecko 1.9.2
5.0 is Gecko 5.0
x.0 is Gecko x.0, where x is greater than 5 -->
<em:targetApplication>
<Description>
<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
<em:minVersion>3.0a1pre</em:minVersion>
<em:maxVersion>23.0a1</em:maxVersion>
</Description>
</em:targetApplication>
<em:targetApplication>
<Description>
<!-- Komodo IDE's uuid -->
<em:id>{36E66FA0-F259-11D9-850E-000D935D3368}</em:id>
<em:minVersion>4.0</em:minVersion>
<em:maxVersion>11.*</em:maxVersion>
</Description>
</em:targetApplication>
<em:targetApplication>
<Description>
<!-- Komodo Edit's uuid -->
<em:id>{b1042fb5-9e9c-11db-b107-000d935d3368}</em:id>
<em:minVersion>4.0</em:minVersion>
<em:maxVersion>11.*</em:maxVersion>
</Description>
</em:targetApplication>
<!-- Gecko Toolkit
version 1.9.0 and higher -->
<em:targetApplication>
<Description>
<em:id>[email protected]</em:id>
<em:minVersion>1.9a1</em:minVersion>
<em:maxVersion>33.0a1</em:maxVersion>
</Description>
</em:targetApplication>
<!-- front-end metadata -->
<em:name>DOM Inspector</em:name>
<em:description>Inspects the structure and properties of a window and its contents.</em:description>
<em:creator>mozilla.org</em:creator>
<em:homepageURL>http://www.mozilla.org/projects/inspector/</em:homepageURL>
<em:localized>
<Description>
<em:locale>sk</em:locale>
<em:name>DOM Inspector</em:name>
<em:description>Umožní preskúmať štruktúru a vlastnosti okna a jeho obsahu.</em:description>
</Description>
</em:localized>
<em:localized>
<Description>
<em:locale>sv-SE</em:locale>
<em:name>DOM-granskaren (DOM Inspector)</em:name>
<em:description>Granskar strukturen och egenskaperna för ett fönster och dess innehåll.</em:description>
</Description>
</em:localized>
<!-- Force unpack the xpi, otherwise window icons do not work
on Gecko 2.0 and higher. -->
<em:unpack>true</em:unpack>
</Description>
</RDF>