{
    "name": "Product Scans - AI Label Scanner",
    "short_name": "Product Scans",
    "description": "Scan any product label with AI to get ingredients, FDA recalls, allergens, and brand information. Verified by GPT-4o, Claude & Gemini.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#fafafa",
    "theme_color": "#171717",
    "orientation": "portrait-primary",
    "scope": "/",
    "lang": "en-US",
    "categories": ["health", "food", "utilities", "lifestyle"],
    "icons": [
        {
            "src": "/logo-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/logo-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "screenshots": [
        {
            "src": "/screenshots/scan-interface.png",
            "sizes": "1080x1920",
            "type": "image/png",
            "label": "Product Scans main interface"
        }
    ],
    "shortcuts": [
        {
            "name": "Scan Label",
            "short_name": "Scan",
            "description": "Scan a product label",
            "url": "/#scan",
            "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
        }
    ],
    "related_applications": [
        {
            "platform": "play",
            "url": "https://play.google.com/store/apps/details?id=com.productscans.app"
        },
        {
            "platform": "itunes",
            "url": "https://apps.apple.com/app/product-scans/id123456789"
        }
    ],
    "prefer_related_applications": false
}
