{
  "name": "Lambson Knowledge Base",
  "short_name": "Lambson KB",
  "description": "Family knowledge base for home, projects, and hobbies.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#1e3a5f",
  "theme_color": "#1e3a5f",
  "icons": [
    {
      "src": "/static/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "utilities"],
  "shortcuts": [
    {
      "name": "Chat",
      "url": "/",
      "description": "Open the knowledge base chat"
    },
    {
      "name": "Interview Mode",
      "url": "/interview",
      "description": "Run a knowledge base interview"
    }
  ]
}
