Skip to content

Commit

Permalink
Update manifest.json to match Firefox permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
vprelovac authored Jul 27, 2023
1 parent b955210 commit 1b6e342
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions chrome/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@
"default_popup": "src/popup.html"
},
"permissions": [
"declarativeNetRequest",
"activeTab",
"declarativeNetRequestWithHostAccess",
"webRequest",
"webRequestBlocking",
"cookies",
"storage",
"tabs"
"storage"
],
"host_permissions": ["https://kagi.com/*"],
"chrome_settings_overrides": {
Expand Down

0 comments on commit 1b6e342

Please sign in to comment.