first commit

This commit is contained in:
theshy
2025-08-12 22:49:47 +08:00
commit c61274e3a8
12 changed files with 788 additions and 0 deletions

14
manifest.json Normal file
View File

@ -0,0 +1,14 @@
{
"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"
}
}