{
  "name": "Kurae — Second Brain",
  "short_name": "Kurae",
  "description": "Capture anything. Route it with AI. Distil to insights.",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#0C0C0D",
  "theme_color": "#22C55E",
  "orientation": "portrait-primary",
  "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"
    }
  ],
  "categories": ["productivity", "utilities"],
  "shortcuts": [
    {
      "name": "Quick Capture",
      "short_name": "Capture",
      "description": "Add a new capture to your inbox",
      "url": "/dashboard?capture=1",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Ask Your Brain",
      "short_name": "Ask Brain",
      "description": "Search your knowledge base with natural language",
      "url": "/dashboard?view=ask",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Today's Note",
      "short_name": "Today",
      "description": "Open today's daily note",
      "url": "/dashboard?view=today",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text":  "text",
      "url":   "url"
    }
  }
}
