fregante/webext-permissions

Add `extractRemovedPermissions`

Open

#25 opened on Feb 10, 2024

 (0 comments) (0 reactions) (0 assignees)TypeScript (1 fork)github user discovery
enhancementgood first issuehelp wanted

Repository metrics

Stars
 (17 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

As discovered in https://github.com/fregante/webext-permissions/issues/22, users can remove host permissions.

As a companion to *AdditionalPermissions there should be *RemovedPermissions.

Better yet, maybe the methods should just "compare permissions", so that a single call can return additional and removed (on top of the other methods, which would just wrap the compare methods)

Contributor guide