{
    "name": "BoxQR",
    "short_name": "BoxQR",
    "description": "Smart labeling for organized home storage. Scan, find, and manage everything in your boxes.",
    "lang": "en",
    "start_url": "/dashboard",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "background_color": "#f9fafb",
    "theme_color": "#7c3aed",
    "categories": ["productivity", "utilities"],
    "prefer_related_applications": false,
    "icons": [
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "screenshots": [
        {
            "src": "/images/press/boxqr_press_1_hero.png",
            "sizes": "2400x1350",
            "type": "image/png",
            "form_factor": "wide",
            "label": "BoxQR dashboard — manage all your storage boxes"
        },
        {
            "src": "/images/press/boxqr_press_2_splitscreen.png",
            "sizes": "2400x1350",
            "type": "image/png",
            "form_factor": "wide",
            "label": "BoxQR box view and item scanning"
        },
        {
            "src": "/images/mobile-app/hero.png",
            "sizes": "1080x1764",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "BoxQR on mobile — scan and find anything"
        }
    ],
    "shortcuts": [
        {
            "name": "My Boxes",
            "short_name": "Boxes",
            "description": "View all your storage boxes",
            "url": "/dashboard/boxes",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "Scan a Box",
            "short_name": "Scan",
            "description": "Scan a QR code label",
            "url": "/dashboard/scan",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
        }
    ]
}
