antimony

drive firefox from node.js
git clone https://wehaveforgeathome.hates.computer/antimony.git
Log | Files | Refs | Submodules | LICENSE

install.rdf (846B)


      1 <?xml version="1.0"?>
      2 <RDF xmlns:em="http://www.mozilla.org/2004/em-rdf#"
      3     xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
      4   <Description about="urn:mozilla:install-manifest">
      5     <em:id>antimony@borderstylo.com</em:id>
      6     <em:name>antimony</em:name>
      7     <em:version>1.0.0</em:version>
      8     <em:type>2</em:type>
      9     <em:targetApplication>
     10       <Description>
     11         <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
     12         <em:minVersion>1.5</em:minVersion>
     13         <em:maxVersion>3.6.*</em:maxVersion>
     14       </Description>
     15     </em:targetApplication>
     16     <em:aboutURL>chrome://antimony/content/about.xul</em:aboutURL>
     17     <em:creator>Ryan Wolf</em:creator>
     18     <em:description>Barebones Extension For Firefox, Ya'll</em:description>
     19     <em:homepageURL>http://github.com/thebigbad/antimony</em:homepageURL>
     20   </Description>
     21 </RDF>