-
Notifications
You must be signed in to change notification settings - Fork 1
/
Info.json
35 lines (34 loc) · 861 Bytes
/
Info.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
{
"name": "Danmaku",
"identifier": "com.xjbeta.danmaku",
"version": "0.1.12",
"ghVersion": 9,
"ghRepo": "xjbeta/iina-plugin-danmaku",
"description": "IINA Danmaku",
"author": {
"name": "xjbeta",
"email": "xjbeta",
"url": "https://github.com/xjbeta"
},
"entry": "main.js",
"globalEntry": "global.js",
"permissions": [
"show-osd",
"video-overlay",
"file-system",
"network-request"
],
"allowedDomains": ["127.0.0.1"],
"preferencesPage": "pref.html",
"preferenceDefaults": {
"dmOpacity": 1,
"dmSpeed": 680,
"dmFont": "PingFang SC",
"enableIINAPLUSOptsParse": 0,
"blockTypeScroll": 0,
"blockTypeTop": 0,
"blockTypeBottom": 0,
"blockTypeColor": 0,
"blockTypeAdvanced": 0
}
}