-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpluginInfo.json
More file actions
25 lines (25 loc) · 803 Bytes
/
pluginInfo.json
File metadata and controls
25 lines (25 loc) · 803 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
25
{
"repoName": "FPP-AutoUpdate",
"name": "Plugin Auto-Update",
"author": "ShowPilot Project",
"description": "Automatically checks for and applies updates to other installed FPP plugins. Supports a per-plugin allowlist, scheduled update windows, dry-run mode, and an update history log. Refuses to update while FPP is playing or when a scheduled show is about to start.",
"homeURL": "https://github.com/ShowPilotFPP/FPP-AutoUpdate",
"srcURL": "https://github.com/ShowPilotFPP/FPP-AutoUpdate.git",
"bugURL": "https://github.com/ShowPilotFPP/FPP-AutoUpdate/issues",
"allowUpdates": 1,
"versions": [
{
"minFPPVersion": "9.0",
"maxFPPVersion": "0",
"branch": "main",
"sha": "",
"dependencies": {
"plugins": [],
"packages": [
"jq"
],
"scripts": []
}
}
]
}