-
Notifications
You must be signed in to change notification settings - Fork 6
/
pluginInfo.json
30 lines (29 loc) · 1012 Bytes
/
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
{
"repoName": "fpp-matrixtools",
"name": "MatrixTools",
"author": "Chris Pinkham (CaptainMurdoch)",
"description": "This plugin uses FPP's Pixel Overlay feature to allow displaying dynamic text on a matrix and drawing on a matrix using your mouse in the web UI.",
"homeURL": "https://github.com/FalconChristmas/fpp-matrixtools",
"srcURL": "https://github.com/FalconChristmas/fpp-matrixtools.git",
"bugURL": "https://github.com/FalconChristmas/fpp-matrixtools/issues",
"versions": [
{
"minFPPVersion": "0",
"maxFPPVersion": "2.6.99",
"branch": "master",
"sha": ""
},
{
"minFPPVersion": "2.7",
"maxFPPVersion": "7.99",
"branch": "REST-API",
"sha": ""
},
{
"minFPPVersion": "8.0",
"maxFPPVersion": "0",
"branch": "REST-API",
"sha": ""
}
]
}