From 72fa34b0b7ea797a12baee5f018be0724167f4d1 Mon Sep 17 00:00:00 2001 From: Abhijith Vijayan <34790378+abhijithvijayan@users.noreply.github.com> Date: Thu, 12 Dec 2019 21:01:25 +0530 Subject: [PATCH] chore: use 'activeTab' permission instead of 'tabs' --- src/manifest/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/manifest/index.js b/src/manifest/index.js index 227c079..9e0ae07 100644 --- a/src/manifest/index.js +++ b/src/manifest/index.js @@ -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',