{
  "id": "/",
  "name": "CamScanner Online",
  "short_name": "CamScan",
  "description": "AI-powered offline document scanner — scan, enhance, OCR, and export documents as PDF/DOCX entirely in your browser.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "any",
  "dir": "ltr",
  "lang": "en-US",
  "theme_color": "#1a1a2e",
  "background_color": "#1a1a2e",
  "categories": ["productivity", "utilities", "business"],
  "screenshots": [
    {
      "src": "/og-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Scan Document",
      "short_name": "Scan",
      "url": "/scan",
      "icons": [
        {
          "src": "/icons/icon-96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "My Documents",
      "short_name": "Docs",
      "url": "/documents",
      "icons": [
        {
          "src": "/icons/icon-96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Search",
      "short_name": "Search",
      "url": "/search",
      "icons": [
        {
          "src": "/icons/icon-96.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/scan?mode=share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "files": [
        {
          "name": "images",
          "accept": ["image/*", "application/pdf"]
        }
      ]
    }
  }
}
