andy-portmen / country-flags

adds a toolbar button to browser address-bar displaying current physical location of visited website
https://webextension.org/listing/country-flags.html
Mozilla Public License 2.0
138 stars 35 forks source link

Isn't these too many Permissions to display flag for a address? #65

Closed paulvi closed 5 years ago

paulvi commented 5 years ago

Isn't these too many Permissions to display flag for a address?

image

Could you please list those are needed.

andy-portmen commented 5 years ago

These are all needed. See https://add0n.com/country-flags.html#permissions for more info.

However, it turned out that I can move some of these permissions into the optional section so that the permission is only granted if the user needs the feature.

old: old upcoming: upcoming

Based on https://github.com/andy-portmen/country-flags/commit/aede01cbbaa603007b3cfce4d10c8cfbb5ce19cf

paulvi commented 5 years ago

Thank you for clarification.

Yes, it would be nice, when Permissions are requested when extra feature is used first time.