{
  "name": "Paji Scan — Private PDF Scanner",
  "short_name": "Paji Scan",
  "description": "Local-first PDF scanner: scan, sign, OCR, merge, split, compress. No login, no cloud.",
  "start_url": ".",
  "scope": ".",
  "display": "standalone",
  "share_target": {
    "action": "./share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        { "name": "files", "accept": ["application/pdf", "image/jpeg", "image/png", "image/webp"] }
      ]
    }
  },
  "orientation": "portrait",
  "background_color": "#0a0e1a",
  "theme_color": "#0a0e1a",
  "icons": [
    { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ]
}
