Skip to content

Commit

Permalink
Remove some optional permissions we toyed with, but no longer need
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas101 committed Nov 6, 2024
1 parent 99e8fc8 commit ddbd5c1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions src/extension/crx-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,5 @@
"nativeMessaging",
"storage",
"webNavigation"
],
"optional_permissions": [
"downloads",
"downloads.open"
]
}
4 changes: 0 additions & 4 deletions src/extension/moz-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,5 @@
"notifications",
"storage",
"webNavigation"
],
"optional_permissions": [
"downloads",
"downloads.open"
]
}

0 comments on commit ddbd5c1

Please sign in to comment.