{
  "name": "Mendel's Hub",
  "short_name": "Hub",
  "description": "One place for everything — brain dump, tasks, schedule, agent delegation.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#0b1220",
  "theme_color": "#6366f1",
  "orientation": "portrait",
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Brain Dump",
      "short_name": "Dump",
      "url": "./index.html#dump",
      "description": "Voice or text brain dump"
    },
    {
      "name": "Today",
      "short_name": "Today",
      "url": "./index.html#today",
      "description": "Today's plan"
    }
  ]
}
