{
  "name": "KLO PDF",
  "short_name": "KLO PDF",
  "description": "Read, rearrange, stamp, protect and mark up a PDF. Every document is read in this browser and goes nowhere.",
  "id": "/pdf/",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "background_color": "#132640",
  "theme_color": "#1E3A5F",
  "icons": [
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "file_handlers": [
    {
      "action": "./",
      "accept": { "application/pdf": [".pdf"] },
      "icons": [{ "src": "icon-512.png", "sizes": "512x512", "type": "image/png" }],
      "launch_type": "single-client"
    }
  ],
  "launch_handler": { "client_mode": "focus-existing" }
}
