bitcrowd / tickety-tick

A browser extension that helps you name branches and write better commit messages
MIT License
58 stars 11 forks source link

Update the list of permissions #256

Closed klappradla closed 4 years ago

klappradla commented 4 years ago

When releasing to the Chrome Web Store, we need to give good arguments for all the permissions the extensions needs. They are listed in the manifest.json:

…
  "permissions": [
    "clipboardRead",
    "clipboardWrite",
    "tabs",
    "storage"
  ],
…

From a first look, it seems we for instance don't need access to "read" the clipboard.

Please verify this list and if possible remove unnecessary permissions 🕵️‍♀️