elbaitemoon

Elbaite theme for Pale Moon
Log | Files | Refs

install.rdf (1189B)


      1 <?xml version="1.0"?>
      2 
      3 <!-- This Source Code is subject to the terms of the Mozilla Public License
      4    - version 2.0 (the "License"). You can obtain a copy of the License at
      5    - http://mozilla.org/MPL/2.0/. -->
      6 
      7 <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
      8     xmlns:em="http://www.mozilla.org/2004/em-rdf#">
      9 
     10   <Description about="urn:mozilla:install-manifest">
     11     <em:id>elbaitemoon@shokara</em:id>
     12     <em:version>0.1.5</em:version>
     13     <em:name>Elbaite Moon</em:name>
     14     <em:description>Black Moon but with Elbaite.</em:description>
     15     <em:creator>Shokara</em:creator>
     16     <em:type>4</em:type>
     17     <em:internalName>elbaitemoon</em:internalName>
     18     <em:skinnable>true</em:skinnable>
     19 
     20     <em:contributor>Servail</em:contributor>
     21     <em:contributor>Lootyhoof</em:contributor>
     22     <em:contributor>Louis Chan</em:contributor>
     23     <em:contributor>Graciliano</em:contributor>
     24 
     25     <em:targetApplication>
     26       <Description>
     27         <!-- Pale Moon -->
     28         <em:id>{8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4}</em:id>
     29         <em:minVersion>28.0</em:minVersion>
     30         <em:maxVersion>29.*</em:maxVersion>
     31       </Description>
     32     </em:targetApplication>
     33   </Description>
     34 </RDF>