mirror of
https://github.com/abhijithvijayan/web-extension-starter.git
synced 2026-01-30 09:48:12 +01: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',
|
homepage_url: 'https://github.com/abhijithvijayan/web-extension-starter',
|
||||||
short_name: 'Sample Name',
|
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'",
|
content_security_policy: "script-src 'self' 'unsafe-eval'; object-src 'self'",
|
||||||
|
|
||||||
'__chrome|firefox__author': 'abhijithvijayan',
|
'__chrome|firefox__author': 'abhijithvijayan',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user