{
  "name": "Norman",
  "short_name": "Norman",
  "description": "Personal AI Companion",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0a0a0a",
  "theme_color": "#e0c068",
  "icons": [
    {
      "src": "/icons/norman-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/norman-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "utilities"],
  "shortcuts": [
    {
      "name": "Chief of Staff",
      "short_name": "Chief",
      "url": "/?mode=chief",
      "description": "Open Norman in Chief of Staff mode"
    },
    {
      "name": "Eghosa Prep",
      "short_name": "Prep",
      "url": "/?mode=interview",
      "description": "Open Norman in Eghosa Prep mode"
    }
  ]
}
