Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/utils/platforms/xulrunner/extensions/narwhal@narwhaljs.org/install.rdf
blob: 4d9beac0472789134f47b8b878921a05f909149c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.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>narwhal@narwhaljs.org</em:id>
        <em:name>narwzilla platform</em:name>
        <em:version>0.1</em:version>
        <em:description>Narwhal xulrunner based platform</em:description>
        <em:creator>Irakli Gozalishvili</em:creator>
        <em:homepageURL>http://gozala.github.com/narwzilla</em:homepageURL>
        <em:type>2</em:type> <!-- type=extension --> 

        <em:targetApplication>
            <Description>
                <!-- Mozilla toolkit's uuid -->
                <em:id>toolkit@mozilla.org</em:id>
                <em:minVersion>1.9*</em:minVersion>
                <em:maxVersion>1.9.*</em:maxVersion>
            </Description>
        </em:targetApplication>
    </Description>
</RDF>