15 lines
415 B
JSON
Executable file
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"
|
|
}
|
|
}
|