| 1 | <?xml version="1.0"?> |
| 2 | |
| 3 | <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |
| 4 | xmlns:em="http://www.mozilla.org/2004/em-rdf#"> |
| 5 | |
| 6 | <Description about="urn:mozilla:install-manifest"> |
| 7 | <em:id>EarlyBlue@kairo.at</em:id> |
| 8 | <em:version>2.18</em:version> |
| 9 | |
| 10 | <!-- SeaMonkey --> |
| 11 | <em:targetApplication> |
| 12 | <Description> |
| 13 | <em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id> |
| 14 | <em:minVersion>2.18</em:minVersion> |
| 15 | <em:maxVersion>2.20a1</em:maxVersion> |
| 16 | </Description> |
| 17 | </em:targetApplication> |
| 18 | |
| 19 | <!-- Front End MetaData --> |
| 20 | <em:name>EarlyBlue</em:name> |
| 21 | <em:description>This theme reflects the early days of Mozilla (M4 to M8) and tries to restore the blue-styled look of like those early milestones in current SeaMonkey without cutting any functionality.</em:description> |
| 22 | |
| 23 | <!-- Front End Integration Hooks (used by Theme Manager)--> |
| 24 | <em:creator>Robert Kaiser (KaiRo) - kairo@kairo.at</em:creator> |
| 25 | <em:contributor>Robert Kaiser (KaiRo) - kairo@kairo.at</em:contributor> |
| 26 | <em:homepageURL>http://www.kairo.at/download/mozskins</em:homepageURL> |
| 27 | |
| 28 | <!--em:updateURL--> <!--/em:updateURL--> |
| 29 | <!--em:aboutURL--> <!--/em:aboutURL--> |
| 30 | <em:internalName>EarlyBlue</em:internalName> |
| 31 | <em:type>4</em:type> |
| 32 | </Description> |
| 33 | </RDF> |