-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.json
41 lines (41 loc) · 1 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
{
"Actions": [
{
"Icon": "resources/actionIcon",
"Name": "Bilibili Subscriber Count",
"States": [
{
"Image": "resources/actionDefaultImage",
"TitleAlignment": "middle",
"FontSize": "16"
}
],
"SupportedInMultiActions": false,
"Tooltip": "This action displays your Bilibili subscriber count",
"UUID": "com.mugongchuan.bilibilisubscribercount.action"
}
],
"SDKVersion": 2,
"Author": "MuGongChuan",
"CodePath": "plugin/main.html",
"Description": "This lets you display your Bilibili subscriber count",
"Name": "Bilibili Subscriber Count",
"Icon": "resources/pluginIcon",
"URL": "https://space.bilibili.com/110477307",
"PropertyInspectorPath": "propertyinspector/main_pi.html",
"Version": "1.4",
"OS": [
{
"Platform": "mac",
"MinimumVersion": "10.11"
},
{
"Platform": "windows",
"MinimumVersion": "10"
}
],
"Software":
{
"MinimumVersion" : "4.1"
}
}