1
This commit is contained in:
@@ -22,7 +22,7 @@ export default defineManifest({
|
||||
},
|
||||
],
|
||||
host_permissions: ['https://*/*', 'http://*/*'],
|
||||
permissions: ['storage', 'tabs', 'scripting', 'activeTab', 'windows'],
|
||||
permissions: ['storage', 'tabs', 'scripting', 'activeTab', 'windows', 'alarms'],
|
||||
background: {
|
||||
service_worker: 'src/background/index.ts',
|
||||
type: 'module',
|
||||
|
||||
Reference in New Issue
Block a user