{
    "name": "LandingPage",
    "alias": "landingpage",
    "display_name": "Landing Page Management",
    "description": "Manages frontend pages, themes, and overall site presentation for landing pages.",
    "keywords": [
        "cms",
        "frontend",
        "pages",
        "themes",
        "seo"
    ],
    "priority": 100,
    "version": "1.0.0",
    "providers": [
        "Modules\\LandingPage\\Providers\\LandingPageServiceProvider"
    ],
    "files": [],
    "requires": [],
    "admin_menu": {
        "title": "Landing Page",
        "route_name": "admin.landingpage.pages.index",
        "icon_svg_path": "M3 12l2-2m0 0l7-7 7 7M5 10v10a1 1 0 001 1h3m10-11l2 2m-2-2v10a1 1 0 01-1 1h-3m-6 0a1 1 0 001-1v-4a1 1 0 011-1h2a1 1 0 011 1v4a1 1 0 001 1m-6 0h6",
        "children": [
            {
                "title": "Manage Pages",
                "route_name": "admin.landingpage.pages.index",
                "icon_svg_path": "M19.5 14.25v-2.625a3.375 3.375 0 00-3.375-3.375h-1.5A1.125 1.125 0 0113.5 7.125v-1.5a3.375 3.375 0 00-3.375-3.375H8.25m0 12.75h7.5m-7.5 3H12M10.5 2.25H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 00-9-9z"
            }
        ]
    },
    "settings": [
        {
            "key": "landingpage_active_theme",
            "name": "Active Landing Page Theme",
            "type": "text",
            "group": "Landing Page",
            "value": "default"
        },
        {
            "key": "landingpage_homepage_slug",
            "name": "Homepage Slug",
            "type": "text",
            "group": "Landing Page",
            "value": "home"
        }
    ]
}
