Skip to content

Commit

Permalink
Legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
RealityRipple committed Mar 20, 2022
1 parent 68426a0 commit 54576de
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 15 deletions.
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,2 @@
# Unplug
# Unplug (Legacy)
Show a prompt when a new plugin is installed.

#### Supports
* Pale Moon [29.0a1pre - 29.*]

## Building
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.

## Download
You can grab the latest release from the [Official Web Site](//realityripple.com/Software/Mozilla-Extensions/Unplug/).
49 changes: 44 additions & 5 deletions install.rdf
Original file line number Diff line number Diff line change
@@ -1,21 +1,60 @@
<?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:name>Unplug</em:name>
<em:name>Unplug (Legacy)</em:name>
<em:id>{13A88D2F-1B1F-5818-BC64-7F5877A60A37}</em:id>
<em:version>1.3</em:version>
<em:type>2</em:type>
<!-- Anything -->
<em:targetApplication>
<Description>
<em:id>*</em:id>
<em:minVersion>0.*</em:minVersion>
<em:maxVersion>9999.*</em:maxVersion>
</Description>
</em:targetApplication>
<!-- Firefox -->
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>0.*</em:minVersion>
<em:maxVersion>9999.*</em:maxVersion>
</Description>
</em:targetApplication>
<!-- SeaMonkey -->
<em:targetApplication>
<Description>
<em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
<em:minVersion>0.*</em:minVersion>
<em:maxVersion>9999.*</em:maxVersion>
</Description>
</em:targetApplication>
<!-- Thunderbird -->
<em:targetApplication>
<Description>
<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
<em:minVersion>0.*</em:minVersion>
<em:maxVersion>9999.*</em:maxVersion>
</Description>
</em:targetApplication>
<!-- Sunbird -->
<em:targetApplication>
<Description>
<em:id>{718e30fb-e89b-41dd-9da7-e25a45638b28}</em:id>
<em:minVersion>0.*</em:minVersion>
<em:maxVersion>9999.*</em:maxVersion>
</Description>
</em:targetApplication>
<!-- Pale Moon -->
<em:targetApplication>
<Description>
<em:id>{8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4}</em:id>
<em:minVersion>29.0a1</em:minVersion>
<em:maxVersion>29.*</em:maxVersion>
<em:minVersion>0.*</em:minVersion>
<em:maxVersion>9999.*</em:maxVersion>
</Description>
</em:targetApplication>
<em:description>Show a prompt when a new plugin is installed.</em:description>
<em:homepageURL>https://realityripple.com/Software/Mozilla-Extensions/Unplug/</em:homepageURL>
<em:updateURL>https://realityripple.com/Software/Mozilla-Extensions/Unplug/update.rdf</em:updateURL>
<em:homepageURL>https://github.com/RealityRipple/Unplug/</em:homepageURL>
<em:creator>RealityRipple</em:creator>
<em:iconURL>chrome://unplug/skin/logo.png</em:iconURL>
</Description>
Expand Down

0 comments on commit 54576de

Please sign in to comment.