{ "name": "OnsiteTrax", "short_name": "OnsiteTrax", "description": "Track every build", "start_url": "/", "scope": "/", "display": "standalone", "orientation": "portrait", "theme_color": "#F2EFE9", "background_color": "#F2EFE9", "shortcuts": [ { "name": "Mark Attendance", "short_name": "Attendance", "description": "Quickly mark today's attendance", "url": "/worker-portal/attendance/mark", "icons": [{ "src": "/favicon/web-app-manifest-192x192.png", "sizes": "192x192" }] }, { "name": "My Earnings", "short_name": "Earnings", "description": "View your earnings summary", "url": "/worker-portal/earnings", "icons": [{ "src": "/favicon/web-app-manifest-192x192.png", "sizes": "192x192" }] } ], "icons": [ { "src": "/favicon/web-app-manifest-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" }, { "src": "/favicon/web-app-manifest-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" }, { "src": "/favicon/web-app-manifest-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" }, { "src": "/favicon/web-app-manifest-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }, { "src": "/favicon/favicon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" } ] }