public
Description: A Firebug extension for JavaScript testing.
Homepage: http://fireunit.org/
Clone URL: git://github.com/jeresig/fireunit.git
fireunit / install.rdf
100644 25 lines (20 sloc) 0.762 kb
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
<?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>fireunit@mozilla.com</em:id>
    <em:version>1.0a3</em:version>
   
    <!-- Firefox -->
    <em:targetApplication>
      <Description>
        <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
        <em:minVersion>2.0</em:minVersion>
        <em:maxVersion>3.7.*</em:maxVersion>
      </Description>
    </em:targetApplication>
 
    <em:name>FireUnit</em:name>
    <em:description>Firebug JavaScript Testing Extension</em:description>
    <em:creator>John Resig</em:creator>
    <em:homepageURL>http://fireunit.org/</em:homepageURL>
  </Description>
</RDF>