{
    "name": "AntiqSnap - Antique Identifier",
    "short_name": "AntiqSnap",
    "description": "AI-powered antique identifier app. Instantly identify antiques, check market values, and discover the history of your collectibles.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#0a0a0a",
    "theme_color": "#f59e0b",
    "orientation": "portrait-primary",
    "scope": "/",
    "lang": "en",
    "icons": [
        {
            "src": "/favicon.ico",
            "sizes": "any",
            "type": "image/x-icon"
        },
        {
            "src": "/logo192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/logo512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "screenshots": [
        {
            "src": "/og-image.png",
            "sizes": "1024x1024",
            "type": "image/png",
            "label": "AntiqSnap App Icon"
        }
    ],
    "categories": [
        "utilities",
        "lifestyle",
        "education"
    ],
    "related_applications": [
        {
            "platform": "play",
            "url": "https://play.google.com/store/apps/details?id=com.aiany.antiq",
            "id": "com.aiany.antiq"
        },
        {
            "platform": "itunes",
            "url": "https://apps.apple.com/us/app/antiqsnap-antique-identifier/id6752929120"
        }
    ],
    "prefer_related_applications": true
}