forked from FalconChristmas/fpp-plugin-Template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpluginInfo.json
More file actions
32 lines (32 loc) · 1.06 KB
/
pluginInfo.json
File metadata and controls
32 lines (32 loc) · 1.06 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
{
"repoName": "fpp-plugin-Template",
"name": "Template Plugin for FPP Plugin developers",
"author": "John Doe (jdoe)",
"description": "This template plugin is designed to make it easier for plugin authors to create new FPP Plugins. You can manually clone the git repository or install the Template Plugin and then go to the plugin's config page and use the form to copy the template into a new plugin directory.",
"homeURL": "https://github.com/FalconChristmas/fpp-plugin-Template",
"srcURL": "https://github.com/FalconChristmas/fpp-plugin-Template.git",
"bugURL": "https://github.com/FalconChristmas/fpp-plugin-Template/issues",
"allowUpdates": 1,
"versions": [
{
"minFPPVersion": "2.0",
"maxFPPVersion": "0",
"branch": "master",
"sha": "",
"dependencies": {
"plugins": [
"fpp-plugin-CoolPlugin1",
"fpp-plugin-CoolPlugin2"
],
"packages": [
"system-package-name1",
"system-package-name2"
],
"scripts": [
"Control/script-repository-script1",
"PixelOverlay/script-repository-script2"
]
}
}
]
}