{
  "name": "LearningBus",
  "short_name": "LearningBus",
  "description": "Your personal knowledge base — ingest, organise, and rediscover what you read.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#f8fafc",
  "theme_color": "#4f46e5",
  "lang": "en",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "share_target": {
    "action": "/ingest",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "shortcuts": [
    {
      "name": "Ingest URL",
      "short_name": "Ingest",
      "description": "Paste a URL to save and analyse",
      "url": "/ingest"
    },
    {
      "name": "Search",
      "short_name": "Search",
      "description": "Hybrid keyword + semantic search",
      "url": "/search"
    }
  ]
}
