summaryrefslogtreecommitdiff
path: root/src/install.rdf
blob: a70ae71cc5eb5edf5fbc72cf6722a7e8c7fa7925 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0"?>

<!-- This Source Code is subject to the terms of the Mozilla Public License
   - version 2.0 (the "License"). You can obtain a copy of the License at
   - http://mozilla.org/MPL/2.0/. -->

<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>darkmoon@lootyhoof-pm</em:id>
    <em:version>2.3.1</em:version>
    <em:name>Black Moon</em:name>
    <em:description>The ultimate dark experience.</em:description>
    <em:creator>Lootyhoof</em:creator>
    <em:type>4</em:type>
    <em:internalName>darkmoon</em:internalName>
    <em:skinnable>true</em:skinnable>

    <em:contributor>Louis Chan</em:contributor>
    <em:contributor>Graciliano</em:contributor>

    <em:targetApplication>
      <Description>
        <!-- Pale Moon -->
        <em:id>{8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4}</em:id>
        <em:minVersion>28.0</em:minVersion>
        <em:maxVersion>28.*</em:maxVersion>
      </Description>
    </em:targetApplication>
  </Description>
</RDF>