{
    "id": "/",
    "name": "Local Juice by Z8Z Innovation",
    "short_name": "Local Juice",
    "description": "Local Juice by Z8Z Innovation — your personal grocery strategist for rural Maine & New England.",
    "start_url": "/dashboard?source=pwa",
    "scope": "/",
    "display": "standalone",
    "display_override": ["standalone", "minimal-ui"],
    "background_color": "#1A2634",
    "theme_color": "#FF6B35",
    "orientation": "portrait-primary",
    "categories": ["shopping", "finance", "food"],
    "lang": "en-US",
    "dir": "ltr",
    "prefer_related_applications": false,
    "icons": [
        {
            "src": "/images/icons/icon-72.png",
            "sizes": "72x72",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/icons/icon-96.png",
            "sizes": "96x96",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/icons/icon-144.png",
            "sizes": "144x144",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/icons/icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "screenshots": [
        {
            "src": "/images/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Local Juice — compare prices across local stores"
        }
    ],
    "shortcuts": [
        {
            "name": "New List",
            "short_name": "New List",
            "description": "Start a new shopping list",
            "url": "/lists/create?source=pwa-shortcut",
            "icons": [{ "src": "/images/icons/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "Store Map",
            "short_name": "Map",
            "description": "See deals and optimize your route",
            "url": "/map?source=pwa-shortcut",
            "icons": [{ "src": "/images/icons/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "Deals",
            "short_name": "Deals",
            "description": "Browse this week's deals",
            "url": "/deals?source=pwa-shortcut",
            "icons": [{ "src": "/images/icons/icon-192.png", "sizes": "192x192" }]
        }
    ]
}