first commit
This commit is contained in:
14
manifest.json
Normal file
14
manifest.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user