{
  "name": "Access-a-Reader",
  "short_name": "A-Reader",
  "description": "Open any PDF in dark mode, with your own choice of page and text colours. Your file stays on your device.",
  "start_url": "app.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#121212",
  "theme_color": "#121212",
  "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-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "share_target": {
    "action": "share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        { "name": "files", "accept": ["application/pdf", ".pdf", "image/jpeg", "image/png", "image/gif", "image/webp", "image/bmp", "image/avif", ".jpg", ".jpeg", ".png", ".gif", ".webp", ".bmp", ".avif", "application/vnd.openxmlformats-officedocument.wordprocessingml.document", ".docx", "application/vnd.oasis.opendocument.text", ".odt", "application/rtf", "text/rtf", ".rtf", "text/plain", ".txt"] }
      ]
    }
  },
  "file_handlers": [
    {
      "action": "app.html",
      "accept": { "application/pdf": [".pdf"], "image/jpeg": [".jpg", ".jpeg"], "image/png": [".png"], "image/gif": [".gif"], "image/webp": [".webp"], "image/bmp": [".bmp"], "image/avif": [".avif"], "application/vnd.openxmlformats-officedocument.wordprocessingml.document": [".docx"], "application/vnd.oasis.opendocument.text": [".odt"], "application/rtf": [".rtf"], "text/plain": [".txt"] },
      "icons": [
        { "src": "file-icon-16.png", "sizes": "16x16", "type": "image/png" },
        { "src": "file-icon-32.png", "sizes": "32x32", "type": "image/png" },
        { "src": "file-icon-48.png", "sizes": "48x48", "type": "image/png" },
        { "src": "file-icon-256.png", "sizes": "256x256", "type": "image/png" }
      ]
    }
  ]
}
