{
  "name": "PDF Toolkit",
  "short_name": "PDF Toolkit",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "background_color": "#1f6f6b",
  "theme_color": "#1f6f6b",
  "dir": "rtl",
  "lang": "he",
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png" }
  ],
  "file_handlers": [
    {
      "action": "/index.html",
      "accept": { "application/pdf": [".pdf"] }
    }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        { "name": "file", "accept": ["application/pdf"] }
      ]
    }
  }
}
