|
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>Fierr</em:name> |
| 4 | + <em:name>Fierr (Legacy) for Basilisk</em:name> |
5 | 5 | <em:id>{AF1AD85E-20B4-517C-9A93-B3E51B6EB86F}</em:id> |
6 | 6 | <em:version>2.6</em:version> |
7 | 7 | <em:type>2</em:type> |
8 | | - <!-- Basilisk (Firefox ID) --> |
| 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 --> |
9 | 17 | <em:targetApplication> |
10 | 18 | <Description> |
11 | 19 | <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> |
12 | 20 | <em:minVersion>0.*</em:minVersion> |
13 | 21 | <em:maxVersion>9999.*</em:maxVersion> |
14 | 22 | </Description> |
15 | 23 | </em:targetApplication> |
| 24 | + <!-- Fennec --> |
| 25 | + <em:targetApplication> |
| 26 | + <Description> |
| 27 | + <em:id>{a23983c0-fd0e-11dc-95ff-0800200c9a66}</em:id> |
| 28 | + <em:minVersion>0.*</em:minVersion> |
| 29 | + <em:maxVersion>9999.*</em:maxVersion> |
| 30 | + </Description> |
| 31 | + </em:targetApplication> |
| 32 | + <!-- Android --> |
| 33 | + <em:targetApplication> |
| 34 | + <Description> |
| 35 | + <em:id>{aa3c5121-dab2-40e2-81ca-7ea25febc110}</em:id> |
| 36 | + <em:minVersion>0.*</em:minVersion> |
| 37 | + <em:maxVersion>9999.*</em:maxVersion> |
| 38 | + </Description> |
| 39 | + </em:targetApplication> |
| 40 | + <!-- AdBlock --> |
| 41 | + <em:targetApplication> |
| 42 | + <Description> |
| 43 | + <em:id>{55aba3ac-94d3-41a8-9e25-5c21fe874539}</em:id> |
| 44 | + <em:minVersion>0.*</em:minVersion> |
| 45 | + <em:maxVersion>9999.*</em:maxVersion> |
| 46 | + </Description> |
| 47 | + </em:targetApplication> |
| 48 | + <!-- SeaMonkey --> |
| 49 | + <em:targetApplication> |
| 50 | + <Description> |
| 51 | + <em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id> |
| 52 | + <em:minVersion>0.*</em:minVersion> |
| 53 | + <em:maxVersion>9999.*</em:maxVersion> |
| 54 | + </Description> |
| 55 | + </em:targetApplication> |
| 56 | + <!-- Thunderbird --> |
| 57 | + <em:targetApplication> |
| 58 | + <Description> |
| 59 | + <em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id> |
| 60 | + <em:minVersion>0.*</em:minVersion> |
| 61 | + <em:maxVersion>9999.*</em:maxVersion> |
| 62 | + </Description> |
| 63 | + </em:targetApplication> |
| 64 | + <!-- Sunbird --> |
| 65 | + <em:targetApplication> |
| 66 | + <Description> |
| 67 | + <em:id>{718e30fb-e89b-41dd-9da7-e25a45638b28}</em:id> |
| 68 | + <em:minVersion>0.*</em:minVersion> |
| 69 | + <em:maxVersion>9999.*</em:maxVersion> |
| 70 | + </Description> |
| 71 | + </em:targetApplication> |
| 72 | + <!-- Pale Moon --> |
| 73 | + <em:targetApplication> |
| 74 | + <Description> |
| 75 | + <em:id>{8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4}</em:id> |
| 76 | + <em:minVersion>0.*</em:minVersion> |
| 77 | + <em:maxVersion>9999.*</em:maxVersion> |
| 78 | + </Description> |
| 79 | + </em:targetApplication> |
16 | 80 | <em:description>Replaces the error page with a more stylish appearance with additional features.</em:description> |
17 | | - <em:homepageURL>https://realityripple.com/Software/Mozilla-Extensions/Fierr/</em:homepageURL> |
18 | | - <em:updateURL>https://realityripple.com/Software/Mozilla-Extensions/Fierr/update.rdf</em:updateURL> |
| 81 | + <em:homepageURL>https://github.com/RealityRipple/Fierr/</em:homepageURL> |
19 | 82 | <em:iconURL>chrome://fierr/skin/logo.png</em:iconURL> |
20 | 83 | <em:icon64URL>chrome://fierr/skin/logo64.png</em:icon64URL> |
21 | 84 | <em:creator>RealityRipple</em:creator> |
|
0 commit comments