-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 1000 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 1000 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "proxymaster",
"version": "1.0.2",
"description": "现代化的Chrome代理管理扩展程序,支持智能切换和多语言界面",
"main": "background.js",
"scripts": {
"zip": "zip -r ProxyMaster-v1.0.2.zip . -x '*.git*' 'node_modules/*' 'package*.json' '*.DS_Store' 'test-*' 'build/*' 'start-test-server.py' '*_GUIDE.md' 'CSP_FIX_SUMMARY.md' 'RELEASE_NOTES*.md'",
"lint": "echo 'Linting not configured for this Chrome extension'",
"test": "echo 'Testing not configured for this Chrome extension'"
},
"keywords": [
"chrome-extension",
"proxy",
"network",
"privacy",
"security",
"proxy-switcher",
"manifest-v3",
"i18n"
],
"author": "ProxyMaster Team",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/tiantian0514/ProxyMaster.git"
},
"bugs": {
"url": "https://github.com/tiantian0514/ProxyMaster/issues"
},
"homepage": "https://github.com/tiantian0514/ProxyMaster#readme"
}