cavi-au / Consent-O-Matic

Browser extension that automatically fills out cookie popups based on your preferences
Other
2.8k stars 135 forks source link

Make available on Firefox for Android #478

Closed leoheitmannruiz closed 1 month ago

leoheitmannruiz commented 2 months ago

I believe this should fix #415

https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/browser_specific_settings

leoheitmannruiz commented 2 months ago

And #465

svnhub commented 1 month ago

Thanks for the suggested changes but this is actually simply a setting in the Mozilla addon upload UI. The previous version was not properly tested with Firefox on Android and therefore was submitted without that platform marked as supported - specifically there was an issue requesting code access to read all sites. Mozilla has since improved manifest v3 support on the platform and it seems we can now support it again. The v1.1.3 release submitted today was tested with Firefox on Android and has the flag for Firefox on Android enabled again - it should be available in a few hours.

leoheitmannruiz commented 1 month ago

Huh, indeed!

Can you please include this change though https://github.com/cavi-au/Consent-O-Matic/pull/478/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5R106 ?

Same goes for the two links to addons.mozilla.org at https://consentomatic.au.dk/ (the "en-US/" can be stripped from these, too)

Also, have you considered using the official button https://extensionworkshop.com/documentation/publish/promoting-your-extension/

leoheitmannruiz commented 1 month ago

Done