{
  "name": "IBI ScannerC",
  "short_name": "ScannerC",
  "description": "Scan documents with your phone camera — auto edge detection, filters, multi-page PDF, OCR, share to WhatsApp, Gmail or Drive. On-device, nothing uploaded.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#0a0d12",
  "theme_color": "#000000",
  "categories": ["productivity", "business", "utilities"],
  "icons": [
    { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "share_target": {
    "action": "./share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": { "title": "title", "text": "text", "files": [ { "name": "files", "accept": ["image/*", "application/pdf"] } ] }
  },
  "shortcuts": [
    { "name": "Scan a document", "short_name": "Scan", "url": "./#/scan", "icons": [ { "src": "icons/icon-192.png", "sizes": "192x192" } ] }
  ]
}
