{
    "name": "Pub Radar - Pubs Near Me",
    "short_name": "Pub Radar",
    "description": "Find pubs near you in the UK with walking and driving directions. Free, no sign-up.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#0f172a",
    "theme_color": "#0f172a",
    "orientation": "portrait-primary",
    "lang": "en-GB",
    "categories": ["lifestyle", "navigation"],
    "icons": [
        {
            "src": "/images/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/images/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Find Pubs Near Me",
            "short_name": "Near Me",
            "description": "Use your location to instantly find nearby pubs",
            "url": "/?action=locate",
            "icons": [
                {
                    "src": "/images/icon-192.png",
                    "sizes": "192x192"
                }
            ]
        }
    ],
    "screenshots": [
        {
            "src": "/images/og-image.jpg",
            "sizes": "1200x630",
            "type": "image/jpeg",
            "label": "Pub Radar interactive map showing pubs near you"
        }
    ]
}
