{
    "id": "com.buylocal.webapp",
    "name": "ByLocal - Your Neighborhood Shop",
    "short_name": "ByLocal",
    "description": "Discover and shop from local stores near you with fast delivery on BuyLocal.",
    "categories": ["shopping", "lifestyle"],
    "lang": "en-US",
    "start_url": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "background_color": "#ffffff",
    "theme_color": "#6366f1",
    "icons": [
        {
            "src": "/favicon.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/favicon.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "/favicon.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ]
}