15 lines
360 B
JSON
15 lines
360 B
JSON
{
|
|
"name": "Advanced Reporting",
|
|
"version": "0.1.0",
|
|
"description": "Expanded sales reporting for the store layer.",
|
|
"author": "AudioCore",
|
|
"admin_nav": {
|
|
"label": "Sales Reports",
|
|
"url": "/admin/store/reports",
|
|
"roles": ["admin", "manager"],
|
|
"icon": "fa-solid fa-chart-line"
|
|
},
|
|
"entry": "plugin.php",
|
|
"default_enabled": false
|
|
}
|