-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.rdf
executable file
·32 lines (32 loc) · 1.66 KB
/
install.rdf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0"?>
<RDF:RDF xmlns:em="http://www.mozilla.org/2004/em-rdf#"
xmlns:NC="http://home.netscape.com/NC-rdf#"
xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<RDF:Description RDF:about="urn:mozilla:install-manifest"
em:id="[email protected]"
em:type="2"
em:version="3.0.5"
em:name="Old Default Image Style"
em:description="Restores the default image style used for top-level images in previous versions of Firefox."
em:creator="Dagger"
em:bootstrap="true">
<em:targetApplication RDF:resource="rdf:#$firefox"/>
<em:targetApplication RDF:resource="rdf:#$seamonkey"/>
<em:localized>
<RDF:Description em:locale="en-US"
em:name="Old Default Image Style"
em:description="Restores the default image style used for top-level images in previous versions of Firefox."/>
<RDF:Description em:locale="en-GB"
em:name="Old Default Image Style"
em:description="Restores the default image style used for top-level images in previous versions of Firefox."/>
</em:localized>
</RDF:Description>
<RDF:Description RDF:about="rdf:#$firefox"
em:id="{ec8030f7-c20a-464f-9b0e-13a3a9e97384}"
em:minVersion="17.0"
em:maxVersion="27.0a1"/>
<RDF:Description RDF:about="rdf:#$seamonkey"
em:id="{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}"
em:minVersion="2.14"
em:maxVersion="2.24a1"/>
</RDF:RDF>