Files
proxy-switcher/manifest.json
2025-08-12 22:49:47 +08:00

15 lines
317 B
JSON

{
"manifest_version": 3,
"name": "Proxy Switcher",
"version": "1.0.1",
"description": "一键切换 Chrome 代理",
"permissions": ["proxy", "storage"],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html",
"default_title": "Proxy Switcher"
}
}