vytal-redux/src/manifest.json
2022-11-01 23:46:39 -04:00

15 lines
417 B
JSON
Executable file

{
"manifest_version": 3,
"name": "Vytal - VPN Companion",
"version": "2.0.0",
"description": "Spoof Timezone, Geolocation, Locale and User Agent.",
"permissions": ["storage", "debugger", "privacy", "geolocation"],
"background": { "service_worker": "background.bundle.js" },
"action": {
"default_popup": "popup.html",
"default_icon": "icon32.png"
},
"icons": {
"128": "icon128.png"
}
}