-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpluginInfo.json
45 lines (45 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"repoName": "remote-falcon",
"name": "Remote Falcon",
"author": "James Vance",
"description": "Allows remote control of FPP from the Remote Falcon web application (https://remotefalcon.com)",
"homeURL": "https://github.com/remote-falcon/remote-falcon-plugin",
"srcURL": "https://github.com/remote-falcon/remote-falcon-plugin.git",
"bugURL": "https://github.com/remote-falcon/remote-falcon-issue-tracker/issues",
"allowUpdates": 1,
"versions": [
{
"minFPPVersion": "2.0",
"maxFPPVersion": "4.9.9",
"branch": "master-4",
"sha": "",
"dependencies": {
"plugins": [],
"packages": [],
"scripts": []
}
},
{
"minFPPVersion": "5.0",
"maxFPPVersion": "7.99",
"branch": "master",
"sha": "",
"dependencies": {
"plugins": [],
"packages": [],
"scripts": []
}
},
{
"minFPPVersion": "8.0",
"maxFPPVersion": "0",
"branch": "master",
"sha": "",
"dependencies": {
"plugins": [],
"packages": [],
"scripts": []
}
}
]
}