{ "id": "/", "name": "herdrer", "short_name": "herdrer", "description": "Answer your agents from your phone.", "start_url": "/?src=pwa", "scope": "/", "display": "standalone", "orientation": "any", "background_color": "#0b0f14", "theme_color": "#0b0f14", "icons": [ { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }, { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png" }, { "src": "/icons/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" } ], "shortcuts": [ { "name": "Review", "url": "/", "description": "The inbox" }, { "name": "Agents", "url": "/agents", "description": "The status board" } ] }