Skip to content

Commit 8d4c5b3

Browse files
authored
🔧🔥 Removed host permissions from manifest (#138)
1 parent 747813f commit 8d4c5b3

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

‎package-lock.json‎

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎src/manifest.ts‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ export default defineManifest({
5050
matches: ['<all_urls>'],
5151
},
5252
],
53-
host_permissions: ['http://localhost/*, http://127.0.0.1/*'],
5453
permissions: ['storage', 'activeTab', 'tabs', 'alarms'],
5554
chrome_url_overrides: {
5655
newtab: 'newtab.html',

0 commit comments

Comments
 (0)