mirror of
https://github.com/abhijithvijayan/web-extension-starter.git
synced 2025-10-07 07:22:37 +02:00
chore: use 'activeTab' permission instead of 'tabs'
This commit is contained in:
parent
5126e66298
commit
72fa34b0b7
@ -16,7 +16,7 @@ const manifestInput = {
|
||||
homepage_url: 'https://github.com/abhijithvijayan/web-extension-starter',
|
||||
short_name: 'Sample Name',
|
||||
|
||||
permissions: ['tabs', 'storage', 'http://*/*', 'https://*/*'],
|
||||
permissions: ['activeTab', 'storage', 'http://*/*', 'https://*/*'],
|
||||
content_security_policy: "script-src 'self' 'unsafe-eval'; object-src 'self'",
|
||||
|
||||
'__chrome|firefox__author': 'abhijithvijayan',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user