Commit | Line | Data |
---|---|---|
defd065c | 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#"> | |
c9f17975 | 5 | |
defd065c | 6 | <Description about="urn:mozilla:install-manifest"> |
7 | <em:id>LCARStrek@kairo.at</em:id> | |
5a63fe9c | 8 | <em:version>2.8</em:version> |
c9f17975 RK |
9 | |
10 | <!-- SeaMonkey --> | |
defd065c | 11 | <em:targetApplication> |
12 | <Description> | |
13 | <em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id> | |
5a63fe9c RK |
14 | <em:minVersion>2.8</em:minVersion> |
15 | <em:maxVersion>2.11a1</em:maxVersion> | |
319c6529 RK |
16 | </Description> |
17 | </em:targetApplication> | |
18 | <!-- Firefox --> | |
19 | <em:targetApplication> | |
20 | <Description> | |
21 | <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> | |
5a63fe9c RK |
22 | <em:minVersion>11.0</em:minVersion> |
23 | <em:maxVersion>14.0a1</em:maxVersion> | |
defd065c | 24 | </Description> |
25 | </em:targetApplication> | |
c9f17975 RK |
26 | |
27 | <!-- Front End MetaData --> | |
defd065c | 28 | <em:name>LCARStrek</em:name> |
29 | <em:description>This one is a Star Trek theme, using the LCARS interface known of Federation Star Ships (heavily used in The Next Generation and Voyager series). It's got lot of rounded borders and hover (mouse-over) effects, be aware that it may look and feel quite unusual or strange for you, but keep in mind that this is an interface design which was not originally designed for the 21st but the 24th century...</em:description> | |
c9f17975 RK |
30 | |
31 | <!-- Front End Integration Hooks (used by Theme Manager)--> | |
defd065c | 32 | <em:creator>Robert Kaiser (KaiRo) - kairo@kairo.at</em:creator> |
c9f17975 | 33 | <em:contributor>Robert Kaiser (KaiRo) - kairo@kairo.at</em:contributor> |
defd065c | 34 | <em:homepageURL>http://www.kairo.at/download/mozskins</em:homepageURL> |
c9f17975 | 35 | |
defd065c | 36 | <!--em:updateURL--> <!--/em:updateURL--> |
37 | <!--em:aboutURL--> <!--/em:aboutURL--> | |
f98e9249 | 38 | <em:internalName>LCARStrek</em:internalName> |
3d1366d3 | 39 | <em:type>4</em:type> |
defd065c | 40 | </Description> |
3d1366d3 | 41 | </RDF> |