Pocket / extension-save-to-pocket

Save to Pocket is a browser extension that is used to save pages to a connected Pocket account
https://getpocket.com
MIT License
278 stars 49 forks source link

fix(permissions): remove notifications permissions value #216

Closed anthony-liddle closed 4 years ago

anthony-liddle commented 4 years ago

Goal

We are not using the notifications api, let's remove this permissions request.

Todos:

Implementation Decisions

This truly wasn't necessary.

collectedmind commented 4 years ago

This was a legacy permission when new tab was integrated with this extension

anthony-liddle commented 4 years ago

@collectedmind thanks for the historical context!