feat: new manifest perms (#536)

* feat: new manifest perms

* fix: minor

* fix: minor
This commit is contained in:
Nikhil
2026-03-23 09:31:07 -07:00
committed by GitHub
parent e97d8bc1cb
commit 1270b5b55c

View File

@@ -54,13 +54,18 @@ export default defineConfig({
},
permissions: [
'topSites',
'tabs',
'tabGroups',
'storage',
'unlimitedStorage',
'scripting',
'tabs',
'tabGroups',
'sidePanel',
'bookmarks',
'history',
'browserOS',
'alarms',
'webNavigation',
'downloads',
],
host_permissions: [
'http://127.0.0.1/*',