mirror of
https://github.com/browseros-ai/BrowserOS.git
synced 2026-05-13 15:46:22 +00:00
feat: new manifest perms (#536)
* feat: new manifest perms * fix: minor * fix: minor
This commit is contained in:
@@ -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/*',
|
||||||
|
|||||||
Reference in New Issue
Block a user