{
  "name": "Blinqed",
  "short_name": "Blinqed",
  "description": "AI-powered document intelligence and chat assistant.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "display": "standalone",
  "display_override": [
    "standalone",
    "fullscreen",
    "minimal-ui"
  ],
  "orientation": "portrait",
  "theme_color": "#1c879d",
  "background_color": "#f5f7fb",
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/maskable-icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New chat",
      "short_name": "New chat",
      "description": "Start a new conversation",
      "url": "/chat"
    },
    {
      "name": "My documents",
      "short_name": "Documents",
      "description": "Open uploaded documents",
      "url": "/documents"
    }
  ],
  "categories": [
    "productivity",
    "business",
    "utilities"
  ],
  "prefer_related_applications": false
}