{ "name": "Command Center", "short_name": "Command", "description": "Capture and triage. Focus on the next action.", "start_url": "/?source=pwa", "scope": "/", "display": "standalone", "orientation": "portrait", "background_color": "#0f172a", "theme_color": "#0f172a", "categories": ["productivity"], "icons": [ { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" }, { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" } ], "shortcuts": [ { "name": "Capture", "short_name": "Capture", "description": "Drop a thought into the inbox.", "url": "/capture", "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }] }, { "name": "Today", "short_name": "Today", "description": "Read-only daily plan.", "url": "/plan", "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }] } ] }