{ "name": "Lypso Employee Portal", "short_name": "Lypso", "description": "Clock in, view payslips, and check your leave balance", "start_url": "/portal?tab=clock", "scope": "/portal", "display": "standalone", "background_color": "#0D7F7F", "theme_color": "#0D7F7F", "icons": [ { "src": "/favicon-192x192.png", "sizes": "192x192", "type": "image/png" }, { "src": "/favicon-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" } ], "shortcuts": [ { "name": "Clock In", "short_name": "Clock In", "description": "Go straight to the clock-in screen", "url": "/portal?tab=clock", "icons": [{ "src": "/favicon-192x192.png", "sizes": "192x192" }] } ], "screenshots": [ { "src": "/favicon-512x512.png", "sizes": "512x512", "type": "image/png", "form_factor": "narrow", "label": "Lypso Employee Portal clock-in screen" } ] }