-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
54 lines (54 loc) · 1.35 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
{
"name": "gopeed-extention-aizanmei",
"author": "sincerefly",
"title": "爱赞美音乐下载",
"description": "爱赞美(www.zanmei.ai) 插件",
"icon": "icon.ico",
"version": "1.5.0",
"homepage": "https://github.com/sincerefly/gopeed-extension-aizanmei",
"repository": {
"url": "https://github.com/sincerefly/gopeed-extension-aizanmei"
},
"scripts": [
{
"event": "onResolve",
"match": {
"urls": ["*://www.zanmei.ai/*"]
},
"entry": "dist/index.js"
}
],
"settings": [
{
"name": "ua",
"title": "User-Agent",
"description": "HTTP User-Agent header",
"type": "string",
"value": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36 Edg/117.0.2045.47"
},
{
"name": "cookie",
"title": "Cookie",
"description": "登录后从请求 Header 中手动获取的 Cookie",
"type": "string",
"value": ""
},
{
"name": "quality",
"title": "默认品质",
"description": "如未添加 Cookie 只能选择标准品质",
"type": "string",
"value": "songlow",
"options": [
{
"label": "标准品质",
"value": "songlow"
},
{
"label": "高品质",
"value": "songhigh"
}
]
}
]
}