{ "name": "Silveys Dashboard", "short_name": "Silveys", "description": "Operations dashboard for managing calls, clients, and drivers.", "start_url": "/", "display": "standalone", "background_color": "#0f172a", "theme_color": "#4c1d95", "icons": [ { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" }, { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" } ], "shortcuts": [ { "name": "My Calls", "url": "/calls?filter=my_calls", "description": "View the calls assigned to you" }, { "name": "Scheduled Calls", "url": "/calls/scheduled", "description": "Upcoming scheduled work" } ] }