sc-audio/module.json.template

32 lines
734 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": "11",
"verified": "12",
"maximum": "12"
},
"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",
"type": "Playlist",
"module": "shared-compendia-audio"
}
]
}