sc-audio/module.json.template

32 lines
733 B
Plaintext
Raw Permalink Normal View History

2023-07-24 20:13:41 +00:00
{
2023-07-24 20:22:03 +00:00
"id": "sc-audio",
"name": "shared-compendia-audio",
"title": "Shared Compendia Audio",
"description": "Sounds and music",
2023-07-24 20:13:41 +00:00
"authors": [
{
"name": "leego neit"
}
],
"version": "$RELEASE_TAG",
"minimumCoreVersion": "9",
"compatibility": {
"minimum": "9",
2023-09-19 14:41:32 +00:00
"verified": "11",
2023-07-24 20:13:41 +00:00
"maximum": "11"
},
"url": "${DRONE_REPO_LINK}",
"manifest": "${DRONE_REPO_LINK}/releases/download/latest/module.json",
"download": "${DRONE_REPO_LINK}/releases/download/$RELEASE_TAG/module.zip",
"packs": [
{
2023-09-19 14:41:32 +00:00
"name": "sc-audio",
"label": "sc-audio",
2023-09-19 14:46:16 +00:00
"path": "packs/playlist.db",
"entity": "Playlist",
"type": "Playlist",
"module": "shared-compendia-audio"
2023-07-24 20:13:41 +00:00
}
]
}