Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
narrow permissions chrome ext manifest (#175)
Browse files Browse the repository at this point in the history
* narrow permissions chrome ext manifest

* remove downloads permission from manifest

* remove matches url for web_accessible_resources til post approval

---------

Co-authored-by: Kayla Fitzsimmons <[email protected]>
  • Loading branch information
fitzk and Kayla Fitzsimmons authored Sep 9, 2024
1 parent 87eb8f9 commit 67429ba
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions apps/mocksi-lite-next/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,7 @@
},
"manifest_version": 3,
"name": "Mocksi Lite",
"permissions": [
"activeTab",
"background",
"cookies",
"downloads",
"debugger",
"scripting",
"storage",
"tabs",
"webNavigation",
"webRequest"
],
"permissions": ["activeTab", "background", "storage", "tabs"],
"web_accessible_resources": [
{
"matches": [],
Expand Down

0 comments on commit 67429ba

Please sign in to comment.