chromium-proxy-settings/manifest.json
Mathieu Strypsteen 7f52254c6b
All checks were successful
Build / build (push) Successful in 33s
Add eslint
2024-02-18 14:22:59 +01:00

16 lines
263 B
JSON

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