Skip to content

Commit 250b31c

Browse files
committed
Legacy
1 parent d57508b commit 250b31c

2 files changed

Lines changed: 21 additions & 27 deletions

File tree

README.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,2 @@
1-
# ExtExp
1+
# ExtExp (Legacy)
22
Export your extensions!
3-
4-
#### Supports
5-
* Pale Moon [25.0a1pre - 29.*]
6-
* Firefox [3.0 - 50.*]
7-
* SeaMonkey [2.0a1 - 2.*]
8-
* Thunderbird [2.0 - 52.*]
9-
* Sunbird [1.0b1 - 5.0b2pre]
10-
11-
## Building
12-
Simply download the contents of the repository and pack the contents (sans git data) into a .zip file. Then, rename the file to .xpi and drag into the browser.
13-
14-
## Download
15-
You can grab the latest release from the [Official Web Site](//realityripple.com/Software/Mozilla-Extensions/ExtExp/).

install.rdf

Lines changed: 20 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,60 @@
11
<?xml version='1.0' encoding='utf-8'?>
22
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:em="http://www.mozilla.org/2004/em-rdf#">
33
<Description about="urn:mozilla:install-manifest">
4-
<em:name>ExtExp</em:name>
4+
<em:name>ExtExp (Legacy)</em:name>
55
<em:id>{A1B40EBE-CFA1-5353-8C69-9B76E30B8788}</em:id>
66
<em:version>2.2</em:version>
77
<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>
816
<!-- Firefox -->
917
<em:targetApplication>
1018
<Description>
1119
<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>
1422
</Description>
1523
</em:targetApplication>
1624
<!-- SeaMonkey -->
1725
<em:targetApplication>
1826
<Description>
1927
<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>
2230
</Description>
2331
</em:targetApplication>
2432
<!-- Thunderbird -->
2533
<em:targetApplication>
2634
<Description>
2735
<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>
3038
</Description>
3139
</em:targetApplication>
3240
<!-- Sunbird -->
3341
<em:targetApplication>
3442
<Description>
3543
<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>
3846
</Description>
3947
</em:targetApplication>
4048
<!-- Pale Moon -->
4149
<em:targetApplication>
4250
<Description>
4351
<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>
4654
</Description>
4755
</em:targetApplication>
4856
<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>
5158
<em:iconURL>chrome://extexp/skin/logo.png</em:iconURL>
5259
<em:icon64URL>chrome://extexp/skin/logo64.png</em:icon64URL>
5360
<em:creator>RealityRipple</em:creator>

0 commit comments

Comments
 (0)