forked from FalconChristmas/FPP-Plugin-EventDate
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpluginInfo.json
More file actions
executable file
·24 lines (24 loc) · 826 Bytes
/
pluginInfo.json
File metadata and controls
executable file
·24 lines (24 loc) · 826 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"repoName": "FPP-Plugin-EventDate",
"name": "Event Date",
"author": "Ben Shaver (bshaver) and Steve Smock updated by Rick Harris",
"description": "This plugin will give you a countdown to a specified date",
"homeURL": "https://github.com/FalconChristmas/FPP-Plugin-EventDate",
"srcURL": "https://github.com/FalconChristmas/FPP-Plugin-EventDate.git",
"bugURL": "https://github.com/FalconChristmas/FPP-Plugin-EventDate/issues",
"allowUpdates": 1,
"versions": [
{
"minFPPVersion": "2.7",
"maxFPPVersion": "4.6.9",
"branch": "master",
"sha": ""
},
{
"minFPPVersion": "5.0",
"maxFPPVersion": "0",
"branch": "Command-Preset",
"sha": ""
}
]
}