{
    "name": "GymMeets - Find Your Fitness Buddies",
    "short_name": "GymMeets",
    "description": "Connect with fitness enthusiasts and find your perfect gym buddies",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait",
    "theme_color": "#ffffff",
    "background_color": "#ffffff",
    "icons": [
        {
            "src": "/icons/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-maskable-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/icons/icon-maskable-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "screenshots": [
        {
            "src": "/screenshots/screenshot1.png",
            "sizes": "327x676",
            "type": "image/png",
            "form_factor": "narrow"
        },
        {
            "src": "/screenshots/screenshot2.png",
            "sizes": "1911x873",
            "type": "image/png",
            "form_factor": "wide"
        }
    ],
    "categories": [
        "social",
        "fitness",
        "lifestyle"
    ],
    "shortcuts": [
        {
            "name": "Find Friends",
            "short_name": "Friends",
            "description": "Find and connect with gym buddies",
            "url": "/find-friends",
            "icons": [
                {
                    "src": "/icons/icon-96x96.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Events",
            "short_name": "Events",
            "description": "Browse and join fitness events",
            "url": "/events",
            "icons": [
                {
                    "src": "/icons/icon-96x96.png",
                    "sizes": "96x96"
                }
            ]
        }
    ]
}