15 lines
340 B
JSON
15 lines
340 B
JSON
{
|
|
"name": "Support",
|
|
"version": "0.1.0",
|
|
"description": "Contact form and support ticket system.",
|
|
"author": "AudioCore",
|
|
"admin_nav": {
|
|
"label": "Support",
|
|
"url": "/admin/support",
|
|
"roles": ["admin", "manager", "editor"],
|
|
"icon": "fa-solid fa-life-ring"
|
|
},
|
|
"entry": "plugin.php",
|
|
"default_enabled": false
|
|
}
|