2007-03-22 10:30:00 -07:00
|
|
|
<?xml version="1.0"?>
|
2012-05-21 04:12:37 -07:00
|
|
|
<!-- This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
#filter substitution
|
|
|
|
|
|
|
|
<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>{972ce4c6-7e08-4474-a285-3208198ce6fd}</em:id>
|
2008-04-02 14:39:15 -07:00
|
|
|
<em:version>@FIREFOX_VERSION@</em:version>
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
<!-- Target Application this theme can install into,
|
|
|
|
with minimum and maximum supported versions. -->
|
|
|
|
<em:targetApplication>
|
|
|
|
<Description>
|
|
|
|
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
|
|
|
|
<em:minVersion>@FIREFOX_VERSION@</em:minVersion>
|
|
|
|
<em:maxVersion>@FIREFOX_VERSION@</em:maxVersion>
|
|
|
|
</Description>
|
|
|
|
</em:targetApplication>
|
2008-04-02 14:39:15 -07:00
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
<!-- Front End MetaData -->
|
2008-04-02 14:39:15 -07:00
|
|
|
<em:name>Default</em:name>
|
|
|
|
<em:description>The default theme.</em:description>
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
<!-- Front End Integration Hooks (used by Theme Manager)-->
|
2008-04-02 14:39:15 -07:00
|
|
|
<em:creator>Mozilla</em:creator>
|
2007-03-22 10:30:00 -07:00
|
|
|
<em:contributor>Mozilla Contributors</em:contributor>
|
|
|
|
|
2010-07-02 07:48:26 -07:00
|
|
|
<!-- Allow lightweight themes to apply to this theme -->
|
|
|
|
<em:skinnable>true</em:skinnable>
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
<em:internalName>classic/1.0</em:internalName>
|
|
|
|
</Description>
|
|
|
|
|
|
|
|
</RDF>
|