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: [ permissions: [
'topSites', 'topSites',
'tabs',
'tabGroups',
'storage', 'storage',
'unlimitedStorage', 'unlimitedStorage',
'scripting',
'tabs',
'tabGroups',
'sidePanel', 'sidePanel',
'bookmarks',
'history',
'browserOS', 'browserOS',
'alarms', 'alarms',
'webNavigation',
'downloads',
], ],
host_permissions: [ host_permissions: [
'http://127.0.0.1/*', 'http://127.0.0.1/*',