{
    "name": "Around You | Vancouver Blossom Map",
    "short_name": "Around You",
    "description": "Around You tracks blossom spots across Metro Vancouver, including cherry, plum, and magnolia locations.",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#f43f5e",
    "orientation": "portrait",
    "icons": [
        {
            "src": "/app-ico.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/app-ico.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/app-ico.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "categories": ["lifestyle", "travel", "maps"],
    "screenshots": [
        {
            "src": "/og-image.png",
            "sizes": "1200x630",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Around You Map Interface"
        }
    ]
}