I am trying to create an add-on for firefox which would bypass the server side authentication while logging into a website. However, after creating the zipped .xpi file (containing manifest.json and webrequest.js files), when I try to add it on firefox, I get the error on firefox : The add-on could not be installed because it appears to be corrupt . I have set 'xpinstall.signatures.required' as false on firefox about:config page.attached is the zipped .xpi file created
Kindly advise on what could be the possible issue here
The file you have uploaded has the following content:
There isnt any
manifest.json.Inside FFExtn.json:
There isnt any
webrequest.js.Change:
FFExtn.json -> manifest.json
webrequest.js -> FFExtn.js