{ "name": "Robin", "short_name": "Robin", "icons": [ { "src": "/images/favicon/web-app-manifest-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" }, { "src": "/images/favicon/web-app-manifest-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" }, { "src": "/images/favicon/web-app-manifest-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" }, { "src": "/images/favicon/web-app-manifest-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" } ], "theme_color": "#3A7D3A", "background_color": "#ffffff", "display": "standalone", "start_url": "/dashboard", "screenshots": [ { "src": "/images/screenshots/desktop.webp", "sizes": "1280x720", "type": "image/webp", "form_factor": "wide", "label": "Robin Dashboard" }, { "src": "/images/screenshots/mobile.webp", "sizes": "390x844", "type": "image/webp", "form_factor": "narrow", "label": "Robin Dashboard" } ] }