{ "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" } }