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 7e731c9 commit c182584
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 27 deletions.
15 changes: 1 addition & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,2 @@
# About-Add-ons
# About-Add-ons (Legacy)
Insert an About button for each add-on into the Add-ons list.

#### Supports
* Pale Moon [25.0a1pre - 29.*]
* Firefox [2.0 - 50.*]
* SeaMonkey [2.0a1 - 2.*]
* Thunderbird [2.0 - 52.*]
* Sunbird [0.3 - 5.0b2pre]

## 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/About-Add-ons/).
33 changes: 20 additions & 13 deletions install.rdf
Original file line number Diff line number Diff line change
@@ -1,53 +1,60 @@
<?xml version='1.0' encoding='utf-8'?>
<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>About Add-ons</em:name>
<em:name>About Add-ons (Legacy)</em:name>
<em:id>{265666C5-D659-5C5A-8C36-9ADA9B367E5B}</em:id>
<em:version>1.6</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>2.0</em:minVersion>
<em:maxVersion>50.*</em:maxVersion>
<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>2.0a1</em:minVersion>
<em:maxVersion>2.*</em:maxVersion>
<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>2.0</em:minVersion>
<em:maxVersion>52.*</em:maxVersion>
<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.3</em:minVersion>
<em:maxVersion>5.0b2pre</em:maxVersion>
<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>25.0a1pre</em:minVersion>
<em:maxVersion>29.*</em:maxVersion>
<em:minVersion>0.*</em:minVersion>
<em:maxVersion>9999.*</em:maxVersion>
</Description>
</em:targetApplication>
<em:description>Adds an About button to extensions, themes, and languages in the Add-ons list.</em:description>
<em:homepageURL>https://realityripple.com/Software/Mozilla-Extensions/About-Add-ons/</em:homepageURL>
<em:updateURL>https://realityripple.com/Software/Mozilla-Extensions/About-Add-ons/update.rdf</em:updateURL>
<em:homepageURL>https://github.com/RealityRipple/About-Add-ons/</em:homepageURL>
<em:iconURL>chrome://aboutaddons/skin/logo.png</em:iconURL>
<em:icon64URL>chrome://aboutaddons/skin/logo64.png</em:icon64URL>
<em:creator>RealityRipple</em:creator>
Expand Down

0 comments on commit c182584

Please sign in to comment.