forked from cpinkham/fpp-BigButtons
-
Notifications
You must be signed in to change notification settings - Fork 2
/
pluginInfo.json
executable file
·42 lines (41 loc) · 1.23 KB
/
pluginInfo.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
{
"repoName": "fpp-BigButtons",
"name": "Big Buttons",
"author": "Chris Pinkham (CaptainMurdoch)",
"description": "This plugin displays multiple big buttons in a grid on a page. Each button can be individually configured to run a different user script. The title and color of each button can also be configured.",
"homeURL": "https://github.com/FalconChristmas/fpp-BigButtons",
"srcURL": "https://github.com/FalconChristmas/fpp-BigButtons.git",
"bugURL": "https://github.com/FalconChristmas/fpp-BigButtons/issues",
"versions": [
{
"minFPPVersion": "0",
"maxFPPVersion": "3.4.99",
"branch": "master",
"sha": "9ce9583300e373c7f04bd291e7de8316cf269833"
},
{
"minFPPVersion": "3.5.0",
"maxFPPVersion": "4.99",
"branch": "master",
"sha": "49b43cb72a0b1eb2a4795013277b669bcfab78de"
},
{
"minFPPVersion": "6.0",
"maxFPPVersion": "6.99",
"branch": "master",
"sha": "479f50ae9046562065f9855171e1d4b279bb7188"
},
{
"minFPPVersion": "7.0",
"maxFPPVersion": "7.99",
"branch": "master",
"sha": ""
},
{
"minFPPVersion": "8.0",
"maxFPPVersion": "0",
"branch": "master",
"sha": ""
}
]
}