vytal-redux/src/manifest.json
2022-11-11 16:07:36 -05:00

15 lines
415 B
JSON
Executable file

{
"manifest_version": 3,
"name": "Vytal - Spoof timezone, location & user agent",
"version": "2.1.2",
"description": "Spoof Timezone, Geolocation, Locale and User Agent.",
"permissions": ["storage", "debugger"],
"background": { "service_worker": "background.bundle.js" },
"action": {
"default_popup": "popup.html",
"default_icon": "icon32.png"
},
"icons": {
"128": "icon128.png"
}
}