-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpluginInfo.json
More file actions
38 lines (38 loc) · 1.15 KB
/
pluginInfo.json
File metadata and controls
38 lines (38 loc) · 1.15 KB
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
{
"repoName": "FPP-Simple-Countdown",
"name": "Simple Countdown",
"author": "Rick Harris",
"description": "This plugin will give you a countdown to a specified date. This plugin is standalone and does not require any other plugins to run.",
"homeURL": "https://github.com/FalconChristmas/FPP-Simple-Countdown",
"srcURL": "https://github.com/FalconChristmas/FPP-Simple-Countdown.git",
"bugURL": "https://github.com/FalconChristmas/FPP-Simple-Countdown/issues",
"allowUpdates": 1,
"versions": [
{
"minFPPVersion": "4.6",
"maxFPPVersion": "7.99",
"branch": "main",
"sha": "",
"allowUpdates": 1
},
{
"minFPPVersion": "8.0",
"maxFPPVersion": "0",
"branch": "main",
"sha": "",
"allowUpdates": 1
},
{
"minFPPVersion": "9.0",
"maxFPPVersion": "9.99",
"branch": "main",
"sha": ""
},
{
"minFPPVersion": "10.0",
"maxFPPVersion": "0",
"branch": "main",
"sha": ""
}
]
}