Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

install.rdf

Copy the following text and paste it into a text file, then save that file as "install.rdf":

<?xml version="1.0"?>

<RDF xmlns="https://www.w3.org/1999/02/22-rdf-syntax-ns#"
     xmlns:em="https://www.mozilla.org/2004/em-rdf#">

  <Description about="urn:mozilla:install-manifest">
    <em:id>[email protected]</em:id>
    <em:version>2.0b1</em:version>

    <!-- SeaMonkey -->
    <em:targetApplication>
      <Description>
        <em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
        <em:minVersion>2.0b1pre</em:minVersion>
        <em:maxVersion>2.0b2pre</em:maxVersion>
      </Description>
    </em:targetApplication>

    <!-- Front End MetaData -->
    <em:name>My_Theme</em:name>
    <em:description>My first theme</em:description>

    <!-- Front End Integration Hooks (used by Theme Manager)-->
    <em:creator>John Johnson</em:creator>
    <em:contributor>John Johnson</em:contributor>
    <em:homepageURL>https://mycoolskin.com/</em:homepageURL>

    <em:updateURL>https://mycoolskin.com/</em:updateURL>
    <em:aboutURL>https://mycoolskin.com/</em:aboutURL>
    <em:internalName>My_Theme</em:internalName>
  </Description>
</RDF>

Document Tags and Contributors

 Contributors to this page: teoli, ethertank, Softwayer
 Last updated by: teoli,