{
    "name": "Flexync — Fitness Business Management",
    "short_name": "Flexync",
    "description": "Manage members, billing, attendance, scheduling, and more — all from one app.",
    "theme_color": "#1A1A2E",
    "background_color": "#ffffff",
    "display": "standalone",
    "orientation": "portrait",
    "start_url": "/dashboard",
    "scope": "/",
    "id": "/",
    "categories": ["business", "fitness", "health"],
    "icons": [
        {
            "src": "/uploads/logos/Flexync-Light-Mode.png",
            "sizes": "any",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/favicon-32.png",
            "sizes": "32x32",
            "type": "image/png"
        }
    ],
    "screenshots": [],
    "shortcuts": [
        {
            "name": "Dashboard",
            "url": "/dashboard",
            "icons": [{"src": "/favicon-32.png", "sizes": "32x32"}]
        },
        {
            "name": "Members",
            "url": "/members",
            "icons": [{"src": "/favicon-32.png", "sizes": "32x32"}]
        },
        {
            "name": "Attendance",
            "url": "/attendance",
            "icons": [{"src": "/favicon-32.png", "sizes": "32x32"}]
        }
    ]
}
