{
    "name": "Can I Sell This? — eBay Scan Assistant",
    "short_name": "Can I Sell This?",
    "description": "Scan an item with your phone camera. We check eBay's VeRO list and show active comp pricing.",
    "start_url": "./index.html",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#0b1220",
    "theme_color": "#0b1220",
    "categories": ["productivity", "shopping", "business"],
    "icons": [
        {
            "src": "icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ]
}
