pd4d10 / octohint

The missing IntelliSense hint for GitHub and GitLab
https://chrome.google.com/webstore/detail/octohint/hbkpjkfdheainjkkebeoofkpgddnnbpk
MIT License
962 stars 35 forks source link

Firefox installation error - options_page #13

Closed OranShuster closed 6 years ago

OranShuster commented 6 years ago

Cannot install 2.0.1 on FF57 or FF58 (beta) installing the addon in debug mode shows the following error Reading manifest: Error processing options_page: An unexpected property was found in the WebExtension manifest.

there is options_ui which is compatible with firefox but it appears that it will not accept the options_page entry

pd4d10 commented 6 years ago

options_page is for old version Chrome compatibility, see:

https://developer.chrome.com/extensions/optionsV2#migration

Firefox will show this warning, but you can still use it.

Maybe we can release a different zip for Firefox to remove this warning later.

Thanks!