fregante / webext-permissions

WebExtensions module: Get any optional permissions that users have granted you.
MIT License
15 stars 1 forks source link

Manifest v3 compatibility #8

Closed fregante closed 10 months ago

fregante commented 2 years ago

Changes:

https://developer.chrome.com/docs/extensions/mv3/intro/mv3-migration/#host-permissions

I'll fix this as part of

fregante commented 2 years ago

Optional permissions are still not available/finalized in MV3, so this module can't support them yet.

https://groups.google.com/a/chromium.org/g/chromium-extensions/c/E-VTpwtSYxM

fregante commented 10 months ago

It does not support host_permissions yet

fregante commented 10 months ago

Fixed