{
    "name": "StopCar - Parking Spot Sharing",
    "short_name": "StopCar",
    "description": "Find and book shared parking spots near you.",
    "display": "standalone",
    "theme_color": "#cc7919",
    "background_color": "#ffffff",
    "scope": "/",
    "start_url": "/",
    "orientation": "portrait",
    "categories": ["travel", "navigation", "transportation"],
    "icons": [
        {
            "src": "/icons/pwa_logo_192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/pwa_logo_192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/icons/pwa_logo_512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/pwa_logo_512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ]
}
