doki-theme / doki-theme-web

Cute anime character themes for your Chrome, Edge, & Brave browser.
MIT License
154 stars 15 forks source link

[FireFox] - Opt-In all features #85

Closed Unthrottled closed 2 years ago

Unthrottled commented 2 years ago

According to the add-on policies, we need all the features provided by the add-on, to be opt-in and not "on by default"

The features must be “opt-in”, meaning the user has to take non-default action to enact the change. Changes prompted by Firefox after the add-on is installed do not require an additional opt-in. The permissions prompt shown when installing an add-on does not alleviate the need for an opt-in.

Unthrottled commented 2 years ago

I'll work on this.

ZimCodes commented 2 years ago

As mentioned in #86:

the search permission in the manifest can be placed as an optional_permission instead of a required one.