jasonlong/isometric-contributions

Why asking for permissions on all websites

Closed this issue · 3 comments

After the 1.1.16 update or the merge #190, the extension is now asking for permission to read and change all my data on all websites.
Screen Shot

Maybe it's a mistake on the manifest file? I don't understand why it needs so much permission.

Yeah maybe limit the requested domains to just *github* or something like that. Its a bit unnerving to see a simple extension like this all of a sudden require such wide permissions..

"host_permissions": ["http://*/*", "https://*/*"],

This was not an intentional change. I recently updated the manifest to v3 per Chrome's requirements and must have done this part incorrectly. Thanks for letting me know. I'll get this fixed today.

This should be fixed in 1.1.17 🤞🏼