I developed the firefox extension, but firefox (version 3.6.14) says that the extension is not compatible with this version of firefox.
I think mine is install.rdf
valid. It contains
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>3.6.14</em:minVersion>
<em:maxVersion>4.0.*</em:maxVersion>
</Description>
</em:targetApplication>
Any suggestions what could be the problem? What can cause this incompatibility?
source
share