chore: use 'activeTab' permission instead of 'tabs'

This commit is contained in:
Abhijith Vijayan 2019-12-12 21:01:25 +05:30 committed by GitHub
parent 5126e66298
commit 72fa34b0b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',