mft3k

Firefox Extension that adds a MST3K row of seats to the bottom of the browser
git clone Https://wehaveforgeathome.hates.computer/mft3k.git
Log | Files | Refs | LICENSE

install.rdf (822B)


      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>mft3k@borderstylo.com</em:id>
      6     <em:name>mft3k</em:name>
      7     <em:version>1.0.1</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>4.*</em:maxVersion>
     14       </Description>
     15     </em:targetApplication>
     16     <em:aboutURL>chrome://mft3k/content/about.xul</em:aboutURL>
     17     <em:creator>Ryan Wolf</em:creator>
     18     <em:description>Mystery Firefox Theater 3000</em:description>
     19     <em:homepageURL>http://github.com/thebigbad/mft3k</em:homepageURL>
     20   </Description>
     21 </RDF>