{
  "name": "TaxStats AI — AI Workspace for Accountants",
  "short_name": "TaxStats AI",
  "description": "The AI workspace built for UK accountants. Chat with AI, create working papers, manage clients, process receipts, and track deadlines — all from your phone.",
  "start_url": "/?utm_source=pwa",
  "scope": "/",
  "display": "standalone",
  "theme_color": "#0d9488",
  "background_color": "#0f172a",
  "orientation": "any",
  "lang": "en-GB",
  "dir": "ltr",
  "categories": ["business", "finance", "productivity"],
  "prefer_related_applications": false,
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-384.png", "sizes": "384x384", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "screenshots": [
    {
      "src": "/screenshots/mobile-chat.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "AI chat for accountants — ask anything about tax, accounting, or finance"
    },
    {
      "src": "/screenshots/mobile-receipt.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Receipt scanner — snap a photo and AI categorises it automatically"
    },
    {
      "src": "/screenshots/desktop-workspace.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Full workspace with conversations, artifacts, and file management"
    }
  ],
  "shortcuts": [
    {
      "name": "New Conversation",
      "short_name": "New Chat",
      "description": "Start a new AI conversation",
      "url": "/?action=new",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Scan Receipt",
      "short_name": "Receipt",
      "description": "Capture and process a receipt photo",
      "url": "/?action=receipt",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Deadlines",
      "short_name": "Deadlines",
      "description": "View upcoming filing deadlines",
      "url": "/settings?tab=alerts",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}
