{
  "name": "Chief of Staff",
  "short_name": "Chief",
  "id": "/?source=pwa",
  "description": "Private AI command centre for daily focus, clients, inbox, calendar, content, and business operations.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "browser"],
  "orientation": "portrait-primary",
  "background_color": "#f7f8fd",
  "theme_color": "#6d4aff",
  "categories": ["productivity", "business", "health"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Today",
      "short_name": "Today",
      "url": "/today"
    },
    {
      "name": "Work",
      "short_name": "Work",
      "url": "/work"
    },
    {
      "name": "Quick Capture",
      "short_name": "Capture",
      "url": "/capture"
    },
    {
      "name": "Inbox",
      "short_name": "Inbox",
      "url": "/inbox"
    },
    {
      "name": "Settings",
      "short_name": "Setup",
      "url": "/settings"
    }
  ]
}
