The extension I created will not install for testing. He always says not compatible with Firefox 23.0.1.

I'm wearing an extension of Chrome to Firefox. The extension is called The Unofficial Openstudy App and is found on the Chrome Web Store. I have all ready for testing, but it will not install the XPI file. It is said that 'no compatible with Firefox 23.0.1.' I tried to change the minversion and maxversion in install.rdf file, but it DOES NOT WORK. Why is this?

Connection to xpi:
http://www.fast-files.com/GetFile.aspx?file=65730

Content of the install.rdf file for those who do not wish to download:

<?xml version="1.0" encoding="UTF-8"?>
<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>[email protected]</em:id>
    <em:type>2</em:type>
    <em:name>The Unofficial OpenStudy App (TUOSA)</em:name>
    <em:version>4</em:version>
    <em:creator>dumbsearch</em:creator>
    <em:contributor>Emoticon</em:contributor>
    <em:description>The Unofficial OpenStudy App (TUOSA) is a Firefox extension that extends and enhances the current functionality of OpenStudy.</em:description>
    <em:optionsURL>chrome://tuosa/content/options.xul</em:optionsURL>
 <em:iconURL>chrome://tuosa/skin/icon.png</em:iconURL>

 <!-- Firefox -->
 <em:targetApplication>
   <Description>
  <em:id>com.dumbsearch.tuosa</em:id> <!-- Firefox -->
  <em:minVersion>16.0</em:minVersion>
  <em:maxVersion>25.0</em:maxVersion>
   </Description>
 </em:targetApplication>
  </Description>
</RDF>

you need to replace

com.dumbsearch.tuosa

with the guid fixed for firefox:

{ec8030f7-c20a-464f-9b0e-13a3a9e97384}

https://developer.Mozilla.org/en-us/docs/Install_Manifests#targetApplication

https://addons.Mozilla.org/en-us/Firefox/pages/appversions/

Tags: Firefox

Similar Questions

Maybe you are looking for