|
1 | 1 | <?xml version='1.0' encoding='utf-8'?> |
2 | 2 | <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:em="http://www.mozilla.org/2004/em-rdf#"> |
3 | 3 | <Description about="urn:mozilla:install-manifest"> |
4 | | - <em:name>ExtExp</em:name> |
| 4 | + <em:name>ExtExp (Legacy)</em:name> |
5 | 5 | <em:id>{A1B40EBE-CFA1-5353-8C69-9B76E30B8788}</em:id> |
6 | 6 | <em:version>2.2</em:version> |
7 | 7 | <em:type>2</em:type> |
| 8 | + <!-- Anything --> |
| 9 | + <em:targetApplication> |
| 10 | + <Description> |
| 11 | + <em:id>*</em:id> |
| 12 | + <em:minVersion>0.*</em:minVersion> |
| 13 | + <em:maxVersion>9999.*</em:maxVersion> |
| 14 | + </Description> |
| 15 | + </em:targetApplication> |
8 | 16 | <!-- Firefox --> |
9 | 17 | <em:targetApplication> |
10 | 18 | <Description> |
11 | 19 | <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> |
12 | | - <em:minVersion>3.0</em:minVersion> |
13 | | - <em:maxVersion>50.*</em:maxVersion> |
| 20 | + <em:minVersion>0.*</em:minVersion> |
| 21 | + <em:maxVersion>9999.*</em:maxVersion> |
14 | 22 | </Description> |
15 | 23 | </em:targetApplication> |
16 | 24 | <!-- SeaMonkey --> |
17 | 25 | <em:targetApplication> |
18 | 26 | <Description> |
19 | 27 | <em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id> |
20 | | - <em:minVersion>2.0a1</em:minVersion> |
21 | | - <em:maxVersion>2.*</em:maxVersion> |
| 28 | + <em:minVersion>0.*</em:minVersion> |
| 29 | + <em:maxVersion>9999.*</em:maxVersion> |
22 | 30 | </Description> |
23 | 31 | </em:targetApplication> |
24 | 32 | <!-- Thunderbird --> |
25 | 33 | <em:targetApplication> |
26 | 34 | <Description> |
27 | 35 | <em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id> |
28 | | - <em:minVersion>2.0</em:minVersion> |
29 | | - <em:maxVersion>52.*</em:maxVersion> |
| 36 | + <em:minVersion>0.*</em:minVersion> |
| 37 | + <em:maxVersion>9999.*</em:maxVersion> |
30 | 38 | </Description> |
31 | 39 | </em:targetApplication> |
32 | 40 | <!-- Sunbird --> |
33 | 41 | <em:targetApplication> |
34 | 42 | <Description> |
35 | 43 | <em:id>{718e30fb-e89b-41dd-9da7-e25a45638b28}</em:id> |
36 | | - <em:minVersion>1.0b1</em:minVersion> |
37 | | - <em:maxVersion>5.0b2pre</em:maxVersion> |
| 44 | + <em:minVersion>0.*</em:minVersion> |
| 45 | + <em:maxVersion>9999.*</em:maxVersion> |
38 | 46 | </Description> |
39 | 47 | </em:targetApplication> |
40 | 48 | <!-- Pale Moon --> |
41 | 49 | <em:targetApplication> |
42 | 50 | <Description> |
43 | 51 | <em:id>{8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4}</em:id> |
44 | | - <em:minVersion>25.0a1pre</em:minVersion> |
45 | | - <em:maxVersion>29.*</em:maxVersion> |
| 52 | + <em:minVersion>0.*</em:minVersion> |
| 53 | + <em:maxVersion>9999.*</em:maxVersion> |
46 | 54 | </Description> |
47 | 55 | </em:targetApplication> |
48 | 56 | <em:description>Export your extensions!</em:description> |
49 | | - <em:homepageURL>https://realityripple.com/Software/Mozilla-Extensions/ExtExp/</em:homepageURL> |
50 | | - <em:updateURL>https://realityripple.com/Software/Mozilla-Extensions/ExtExp/update.rdf</em:updateURL> |
| 57 | + <em:homepageURL>https://github.com/RealityRipple/ExtExp/</em:homepageURL> |
51 | 58 | <em:iconURL>chrome://extexp/skin/logo.png</em:iconURL> |
52 | 59 | <em:icon64URL>chrome://extexp/skin/logo64.png</em:icon64URL> |
53 | 60 | <em:creator>RealityRipple</em:creator> |
|
0 commit comments