Removed activetab permission (unused)

This commit is contained in:
z0ccc 2022-11-01 23:46:39 -04:00
parent 1258acdfeb
commit 0f9706dd60

View file

@ -3,7 +3,7 @@
"name": "Vytal - VPN Companion",
"version": "2.0.0",
"description": "Spoof Timezone, Geolocation, Locale and User Agent.",
"permissions": ["storage", "debugger", "activeTab", "privacy", "geolocation"],
"permissions": ["storage", "debugger", "privacy", "geolocation"],
"background": { "service_worker": "background.bundle.js" },
"action": {
"default_popup": "popup.html",