Initial dev export (exclude uploads/runtime)

This commit is contained in:
AudioCore Bot
2026-03-04 20:46:11 +00:00
commit b2afadd539
120 changed files with 20410 additions and 0 deletions

14
plugins/store/plugin.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "Store",
"version": "0.1.0",
"description": "Commerce layer for releases and tracks.",
"author": "AudioCore",
"admin_nav": {
"label": "Store",
"url": "/admin/store",
"roles": ["admin", "manager"],
"icon": "fa-solid fa-cart-shopping"
},
"entry": "plugin.php",
"default_enabled": false
}