{
    "name": "MRGC Viewer",
    "short_name": "MRGC",
    "description": "MRGC Viewer lets you inspect 3D models directly in the browser.",
    "start_url": "./index.html",
    "scope": "./",
    "display": "standalone",
    "background_color": "#f5f5f7",
    "theme_color": "#f5f5f7",
    "icons": [
        {
            "src": "assets/images/pwa-icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "assets/images/pwa-icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}
