{
    "name": "FlyerHawk — Canadian Grocery Deals",
    "short_name": "FlyerHawk",
    "description": "Catch grocery deals before they're gone. Price tracking, alerts, and weekly flyer intelligence for Canada.",
    "id": "/",
    "start_url": "/account?source=pwa",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#ffffff",
    "theme_color": "#18181b",
    "lang": "en-CA",
    "categories": ["shopping", "food"],
    "icons": [
        { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
        { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
        { "src": "/icons/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
    ],
    "shortcuts": [
        { "name": "My deals", "url": "/account", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] },
        { "name": "Shopping list", "url": "/account/list", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] },
        { "name": "Browse deals", "url": "/deals", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] }
    ]
}
