Skip to content

Commit 54576de

Browse files
committed
Legacy
1 parent 68426a0 commit 54576de

2 files changed

Lines changed: 45 additions & 15 deletions

File tree

README.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,2 @@
1-
# Unplug
1+
# Unplug (Legacy)
22
Show a prompt when a new plugin is installed.
3-
4-
#### Supports
5-
* Pale Moon [29.0a1pre - 29.*]
6-
7-
## Building
8-
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.
9-
10-
## Download
11-
You can grab the latest release from the [Official Web Site](//realityripple.com/Software/Mozilla-Extensions/Unplug/).

install.rdf

Lines changed: 44 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,60 @@
11
<?xml version="1.0"?>
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>Unplug</em:name>
4+
<em:name>Unplug (Legacy)</em:name>
55
<em:id>{13A88D2F-1B1F-5818-BC64-7F5877A60A37}</em:id>
66
<em:version>1.3</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>
16+
<!-- Firefox -->
17+
<em:targetApplication>
18+
<Description>
19+
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
20+
<em:minVersion>0.*</em:minVersion>
21+
<em:maxVersion>9999.*</em:maxVersion>
22+
</Description>
23+
</em:targetApplication>
24+
<!-- SeaMonkey -->
25+
<em:targetApplication>
26+
<Description>
27+
<em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
28+
<em:minVersion>0.*</em:minVersion>
29+
<em:maxVersion>9999.*</em:maxVersion>
30+
</Description>
31+
</em:targetApplication>
32+
<!-- Thunderbird -->
33+
<em:targetApplication>
34+
<Description>
35+
<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
36+
<em:minVersion>0.*</em:minVersion>
37+
<em:maxVersion>9999.*</em:maxVersion>
38+
</Description>
39+
</em:targetApplication>
40+
<!-- Sunbird -->
41+
<em:targetApplication>
42+
<Description>
43+
<em:id>{718e30fb-e89b-41dd-9da7-e25a45638b28}</em:id>
44+
<em:minVersion>0.*</em:minVersion>
45+
<em:maxVersion>9999.*</em:maxVersion>
46+
</Description>
47+
</em:targetApplication>
848
<!-- Pale Moon -->
949
<em:targetApplication>
1050
<Description>
1151
<em:id>{8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4}</em:id>
12-
<em:minVersion>29.0a1</em:minVersion>
13-
<em:maxVersion>29.*</em:maxVersion>
52+
<em:minVersion>0.*</em:minVersion>
53+
<em:maxVersion>9999.*</em:maxVersion>
1454
</Description>
1555
</em:targetApplication>
1656
<em:description>Show a prompt when a new plugin is installed.</em:description>
17-
<em:homepageURL>https://realityripple.com/Software/Mozilla-Extensions/Unplug/</em:homepageURL>
18-
<em:updateURL>https://realityripple.com/Software/Mozilla-Extensions/Unplug/update.rdf</em:updateURL>
57+
<em:homepageURL>https://github.com/RealityRipple/Unplug/</em:homepageURL>
1958
<em:creator>RealityRipple</em:creator>
2059
<em:iconURL>chrome://unplug/skin/logo.png</em:iconURL>
2160
</Description>

0 commit comments

Comments
 (0)