chromium-proxy-settings/manifest.json
Mathieu Strypsteen fc61e8bd65
All checks were successful
Build / build (push) Successful in 33s
Use date as version
2024-02-18 15:39:48 +01:00

16 lines
266 B
JSON

{
"manifest_version": 3,
"name": "Proxy Settings",
"version": "{{DATE}}",
"action": {
"default_popup": "options.html"
},
"background": {
"service_worker": "worker.js",
"type": "module"
},
"permissions": [
"proxy",
"storage"
]
}