Compare commits

...

3 Commits

Author SHA1 Message Date
Nikhil Sonti
8f8a2c5890 fix: minor 2026-03-23 08:58:10 -07:00
Nikhil Sonti
8f70ee88d5 fix: minor 2026-03-23 08:44:51 -07:00
Nikhil Sonti
0a2bb6bfcb feat: new manifest perms 2026-03-23 08:40:01 -07:00

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/*',