
{
  "name": "Brain - Personal Knowledge Base",
  "short_name": "Brain",
  "description": "Your personal knowledge base for storing and organizing information",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3b82f6",
  "orientation": "any",
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icons/maskable-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Entry",
      "description": "Create a new knowledge entry",
      "url": "/dashboard/new-entry",
      "icons": [{ "src": "/icons/add.png", "sizes": "96x96" }]
    },
    {
      "name": "Recent Entries",
      "description": "View your recent entries",
      "url": "/dashboard",
      "icons": [{ "src": "/icons/recent.png", "sizes": "96x96" }]
    }
  ],
  "share_target": {
    "action": "/dashboard/share-target",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "file_handlers": [
    {
      "action": "/dashboard/import",
      "accept": {
        "text/markdown": [".md"]
      }
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+brain",
      "url": "/protocol?url=%s"
    }
  ]
}
