Skip to content

Commit 039efcc

Browse files
committed
Legacy
1 parent 7cf5162 commit 039efcc

2 files changed

Lines changed: 68 additions & 17 deletions

File tree

README.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,2 @@
1-
# Fierr
1+
# Fierr (Legacy) for Basilisk
22
Replace your error page with a more stylish appearance with additional features.
3-
4-
#### Supports
5-
* Basilisk
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/Fierr/).
12-
13-
## Customization
14-
Due to the security restrictions on the network error file, adding things like settings and options is impossible through normal means. Instead, you may create a [custom version](//realityripple.com/Software/Mozilla-Extensions/Fierr/customized.php) of the extension with your own personalized background image, icons, and element positioning. For more advanced changes, such as choosing a different search engine or adjusting the countdown time, you'll have to edit the source code yourself.

install.rdf

Lines changed: 67 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,84 @@
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>Fierr</em:name>
4+
<em:name>Fierr (Legacy) for Basilisk</em:name>
55
<em:id>{AF1AD85E-20B4-517C-9A93-B3E51B6EB86F}</em:id>
66
<em:version>2.6</em:version>
77
<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 -->
917
<em:targetApplication>
1018
<Description>
1119
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
1220
<em:minVersion>0.*</em:minVersion>
1321
<em:maxVersion>9999.*</em:maxVersion>
1422
</Description>
1523
</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>
1680
<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>
1982
<em:iconURL>chrome://fierr/skin/logo.png</em:iconURL>
2083
<em:icon64URL>chrome://fierr/skin/logo64.png</em:icon64URL>
2184
<em:creator>RealityRipple</em:creator>

0 commit comments

Comments
 (0)