sc-audio/module.json.template

30 lines
666 B
Plaintext

{
"id": "sc-audio",
"name": "shared-compendia-audio",
"title": "Shared Compendia Audio",
"description": "Sounds and music",
"authors": [
{
"name": "leego neit"
}
],
"version": "$RELEASE_TAG",
"minimumCoreVersion": "9",
"compatibility": {
"minimum": "9",
"verified": "11",
"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": [
{
"name": "sc-audio",
"label": "sc-audio",
"path": "/packs/playlist.db",
"entity": "Playlist"
}
]
}