{
    "name": "ARfield",
    "short_name": "ARfield",
    "_comment_scope": "The app moved off the site root to /app/ on 2026-08-05 (the marketing site owns / now). start_url and scope are stated ABSOLUTELY rather than left to resolve relative to the manifest's own location: a relative '.' silently follows wherever the manifest happens to be served from, so an installed PWA's scope would change under a future layout change without anyone editing this file. Scope also keeps the installed app from claiming the marketing pages.",
    "start_url": "/app/",
    "scope": "/app/",
    "display": "standalone",
    "background_color": "#0A1628",
    "theme_color": "#0A1628",
    "description": "Upload a 3D or CAD model, view it in AR on Android, iPhone, or desktop.",
    "orientation": "portrait-primary",
    "prefer_related_applications": false,
    "icons": [
        {
            "src": "icons/Icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-maskable-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "icons/Icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ]
}
