-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.rdf
33 lines (26 loc) · 1.06 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
33
<?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:id>{04c0ff32-fd79-4cee-9d10-b056b518da23}</em:id>
<em:version>0.1.2</em:version>
<em:unpack>true</em:unpack>
<!-- SeaMonkey -->
<em:targetApplication>
<Description>
<em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
<em:minVersion>2.0</em:minVersion>
<em:maxVersion>2.*</em:maxVersion>
</Description>
</em:targetApplication>
<!-- Front End MetaData -->
<em:name>Orthodox for SeaMonkey</em:name>
<em:description>Mozilla Suite / Netscape 4 theme</em:description>
<!-- Front End Integration Hooks (used by Theme Manager)-->
<em:creator>Nick Kriukov</em:creator>
<em:contributor>stormcrash</em:contributor>
<em:contributor>Exalm</em:contributor>
<em:contributor>John Duncan</em:contributor>
<em:internalName>Orthodox</em:internalName>
</Description>
</RDF>