-
Notifications
You must be signed in to change notification settings - Fork 76
/
manifest.json
71 lines (71 loc) · 1.7 KB
/
manifest.json
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "gopeed-extension-baiduwp",
"author": "monkeyWie",
"title": "百度网盘下载",
"description": "支持百度云下载,SVIP可满速下载",
"icon": "icon.png",
"version": "1.3.4",
"homepage": "https://github.com/monkeyWie/gopeed-extension-baiduwp",
"repository": {
"url": "https://github.com/monkeyWie/gopeed-extension-baiduwp"
},
"scripts": [
{
"event": "onResolve",
"match": {
"urls": [
"*://pan.baidu.com/s/*",
"*://pan.baidu.com/disk/main/*",
"*://pan.baidu.com/wap/home/*"
]
},
"entry": "dist/index.js"
},
{
"event": "onStart",
"match": {
"labels": [
"monkeyWie@gopeed-extension-baiduwp"
]
},
"entry": "dist/index.js"
},
{
"event": "onError",
"match": {
"labels": [
"monkeyWie@gopeed-extension-baiduwp"
]
},
"entry": "dist/index.js"
}
],
"settings": [
{
"name": "clientId",
"title": "Client ID",
"description": "百度开放平台应用的client_id",
"type": "string",
"value": "iYCeC9g08h5vuP9UqvPHKKSVrKFXGa1v"
},
{
"name": "clientSecret",
"title": "Client Secret",
"description": "百度开放平台应用的client_secret",
"type": "string",
"value": "jXiFMOPVPCWlO2M5CwWQzffpNPaGTRBG"
},
{
"name": "refreshToken",
"title": "Refresh Token",
"description": "通过百度开放平台获取的刷新令牌",
"type": "string"
},
{
"name": "bdcookie",
"title": "百度盘Cookie",
"description": "百度网盘网站的完整Cookie",
"type": "string"
}
]
}