diff --git a/chrome.zip b/chrome.zip index 58c5bfe..ca689b4 100644 Binary files a/chrome.zip and b/chrome.zip differ diff --git a/chrome/manifest.json b/chrome/manifest.json index 386d4b5..5c0ba74 100644 --- a/chrome/manifest.json +++ b/chrome/manifest.json @@ -12,7 +12,7 @@ "homepage_url": "https://github.com/abhijithvijayan/web-extension-starter", "short_name": "Sample Name", "permissions": [ - "tabs", + "activeTab", "storage", "http://*/*", "https://*/*" diff --git a/firefox.xpi b/firefox.xpi index cd0eb7a..dfcbcca 100644 Binary files a/firefox.xpi and b/firefox.xpi differ diff --git a/firefox/manifest.json b/firefox/manifest.json index 34a44c7..36f72a2 100644 --- a/firefox/manifest.json +++ b/firefox/manifest.json @@ -12,7 +12,7 @@ "homepage_url": "https://github.com/abhijithvijayan/web-extension-starter", "short_name": "Sample Name", "permissions": [ - "tabs", + "activeTab", "storage", "http://*/*", "https://*/*" diff --git a/opera.crx b/opera.crx index 67c9dc5..b24aa9c 100644 Binary files a/opera.crx and b/opera.crx differ diff --git a/opera/manifest.json b/opera/manifest.json index 8a20adc..929c3b6 100644 --- a/opera/manifest.json +++ b/opera/manifest.json @@ -12,7 +12,7 @@ "homepage_url": "https://github.com/abhijithvijayan/web-extension-starter", "short_name": "Sample Name", "permissions": [ - "tabs", + "activeTab", "storage", "http://*/*", "https://*/*"