fregante/webext-permissions

Add `extractRemovedPermissions`

Offen

#25 geöffnet am 10.02.2024

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (1 Fork)github user discovery
enhancementgood first issuehelp wanted

Repository-Metriken

Stars
 (17 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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