vytal-redux/src/manifest.json
2022-06-12 04:46:48 -04:00

15 lines
389 B
JSON
Executable file

{
"manifest_version": 3,
"name": "Vytal",
"version": "1.0.3",
"description": "Spoof your location data and user agent.",
"permissions": ["storage", "debugger", "activeTab", "alarms"],
"background": { "service_worker": "background.bundle.js" },
"action": {
"default_popup": "popup.html",
"default_icon": "icon-32.png"
},
"icons": {
"128": "icon-128.png"
}
}