{
  "name": "Command Center",
  "short_name": "Command",
  "description": "Personal command center.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#0f172a",
  "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" },
    { "src": "/icons/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Ask Commander",
      "short_name": "Commander",
      "description": "Open a chat with the Commander - schedule, check, decide.",
      "url": "/commander",
      "icons": [
        { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    },
    {
      "name": "Money today",
      "short_name": "Money",
      "description": "Open the money overview.",
      "url": "/financials",
      "icons": [
        { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    },
    {
      "name": "Today's plan",
      "short_name": "Today",
      "description": "Open today's plan and habits.",
      "url": "/forge",
      "icons": [
        { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    },
    {
      "name": "Health plan",
      "short_name": "Health",
      "description": "Open today's meals and macros.",
      "url": "/health",
      "icons": [
        { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    }
  ]
}
