{
  "name": "ChronoChat",
  "short_name": "ChronoChat",
  "description": "Memory. Continuity. Growth. \u2014 a companion that remembers.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "standalone",
    "minimal-ui",
    "browser"
  ],
  "orientation": "any",
  "background_color": "#0a0a1a",
  "theme_color": "#0a0a1a",
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "categories": [
    "productivity",
    "lifestyle",
    "utilities"
  ],
  "shortcuts": [
    {
      "name": "Chat with Esther",
      "short_name": "Esther",
      "url": "/chat/esther",
      "icons": [
        {
          "src": "/branding/chronochat-icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Document library",
      "short_name": "Documents",
      "url": "/document-library",
      "icons": [
        {
          "src": "/branding/chronochat-icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Fact check",
      "short_name": "Fact check",
      "url": "/fact-check",
      "icons": [
        {
          "src": "/branding/chronochat-icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "icons": [
    {
      "src": "/branding/chronochat-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/branding/chronochat-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/branding/chronochat-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/branding/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "file_handlers": [
    {
      "action": "/document-library",
      "accept": {
        "application/pdf": [
          ".pdf"
        ],
        "application/msword": [
          ".doc"
        ],
        "application/vnd.openxmlformats-officedocument.wordprocessingml.document": [
          ".docx"
        ],
        "application/vnd.ms-excel": [
          ".xls"
        ],
        "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": [
          ".xlsx"
        ],
        "application/vnd.ms-powerpoint": [
          ".ppt"
        ],
        "application/vnd.openxmlformats-officedocument.presentationml.presentation": [
          ".pptx"
        ],
        "text/plain": [
          ".txt",
          ".md"
        ],
        "text/csv": [
          ".csv"
        ],
        "image/png": [
          ".png"
        ],
        "image/jpeg": [
          ".jpg",
          ".jpeg"
        ],
        "image/webp": [
          ".webp"
        ]
      }
    }
  ]
}
