Removed activetab permission (unused)
This commit is contained in:
parent
1258acdfeb
commit
0f9706dd60
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue