{
    "name": "AppManager",
    "alias": "appmanager",
    "display_name": "App Manager",
    "description": "Manages application/module licensing, activation, and secure file distribution.",
    "keywords": [
        "licensing",
        "activation",
        "scripts",
        "modules",
        "security"
    ],
    "priority": 200,
    "category": "core_functionality",
    "requires_subscription": false,
    "providers": [
        "Modules\\AppManager\\Providers\\AppManagerServiceProvider"
    ],
    "files": [],
    "requires": [],
    "admin_menu": {
        "title": "App Manager",
        "route_name": "admin.appmanager.scripts.index", 
        "icon_svg_path": "M10.325 4.317c.426-1.756 2.924-1.756 3.35 0a1.724 1.724 0 002.573 1.066c1.543-.94 3.31.826 2.37 2.37a1.724 1.724 0 001.065 2.572c1.756.426 1.756 2.924 0 3.35a1.724 1.724 0 00-1.066 2.573c.94 1.543-.826 3.31-2.37 2.37a1.724 1.724 0 00-2.572 1.065c-.426 1.756-2.924 1.756-3.35 0a1.724 1.724 0 00-2.573-1.066c-1.543.94-3.31-.826-2.37-2.37a1.724 1.724 0 00-1.065-2.572c-1.756-.426-1.756-2.924 0-3.35a1.724 1.724 0 001.066-2.573c-.94-1.543.826-3.31 2.37-2.37.996.608 2.296.07 2.572-1.065zM15 12a3 3 0 11-6 0 3 3 0 016 0z",
        "children": [
            {
                "title": "Manage Scripts",
                "route_name": "admin.appmanager.scripts.index",
                "icon_svg_path": "M17.25 6.75c0 3.035-2.239 5.5-5.25 5.5S6.75 9.785 6.75 6.75m0 0A2.25 2.25 0 0 1 9 4.5h6a2.25 2.25 0 0 1 2.25 2.25m-11.25 0H3.375c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125h17.25c.621 0 1.125-.504 1.125-1.125v-1.5c0-.621-.504-1.125-1.125-1.125H17.25m-11.25 0v10.5c0 .621.504 1.125 1.125 1.125h9.75c.621 0 1.125-.504 1.125-1.125V6.75m-11.25 0h11.25"
            },
            {
                "title": "Manage Licenses",
                "route_name": "admin.appmanager.licenses.index",
                "icon_svg_path": "M15.75 5.25a3 3 0 0 1 3 3m3 0a6 6 0 0 1-7.029 5.912c-.563-.097-1.159.026-1.563.43L10.5 17.25H8.25v2.25H6v2.25H2.25v-2.818c0-.597.237-1.17.659-1.591l6.499-6.499c.404-.404.527-1 .43-1.563A6 6 0 1 1 21.75 8.25z"
            },
            {
                "title": "Activation Logs",
                "route_name": "admin.appmanager.activationlogs.index",
                "icon_svg_path": "M10.5 6h9.75M10.5 6a1.5 1.5 0 1 1-3 0m3 0a1.5 1.5 0 1 0-3 0M3.75 6H7.5m3 12h9.75m-9.75 0a1.5 1.5 0 0 1-3 0m3 0a1.5 1.5 0 0 0-3 0m-3.75 0H7.5m9-6h3.75m-3.75 0a1.5 1.5 0 0 1-3 0m3 0a1.5 1.5 0 0 0-3 0m-9.75 0h9.75"
            }
        ]
    },
    "user_menu": [],
    "features": [],
    "settings": []
}