Open peter-lyons-kehl opened 9 months ago
The current problem: copy-selected-tabs-to-clipboard
enforces Containers:
Sadly "contextualIdentities" permission couldn't become optional. Only permissions listed here can become optional. https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/optional_permissions#api_permissions
Please consider making Containers support #24 optional.
This would need two things:
How could we treat existing users and their expectations? Is there any way to make this new option disabled by default for new installation, BUT enabled by default for existing installations (that is, for installations where we are updating a version)? If too complicated, we could enable Container support by default. If the users wants, she/he can uncheck the option and remove the optional permission.