{
    "name": "Gymmy - Gym Management Platform",
    "short_name": "Gymmy",
    "description": "Complete gym management platform. Members, scheduling, billing, access control, and AI insights.",
    "start_url": ".",
    "display": "standalone",
    "background_color": "#0A0B14",
    "theme_color": "#1E88E5",
    "orientation": "any",
    "prefer_related_applications": false,
    "categories": ["business", "fitness", "productivity"],
    "lang": "en",
    "dir": "ltr",
    "scope": "/",
    "id": "gymmy-app",
    "screenshots": [
        {
            "src": "screenshots/product-landing.png",
            "sizes": "1920x1080",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Gymmy Dashboard"
        },
        {
            "src": "screenshots/login.png",
            "sizes": "1920x1080",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Login Screen"
        }
    ],
    "shortcuts": [
        {
            "name": "Dashboard",
            "url": "/#/dashboard",
            "description": "Open gym dashboard",
            "icons": [{ "src": "icons/Icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "Members",
            "url": "/#/members",
            "description": "View members list",
            "icons": [{ "src": "icons/Icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "Schedule",
            "url": "/#/scheduling",
            "description": "View class schedule",
            "icons": [{ "src": "icons/Icon-192.png", "sizes": "192x192" }]
        }
    ],
    "icons": [
        {
            "src": "icons/Icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-maskable-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "icons/Icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "related_applications": [
        {
            "platform": "play",
            "url": "https://play.google.com/store/apps/details?id=com.gymmy.gymmy",
            "id": "com.gymmy.gymmy"
        }
    ]
}
