{
  "name": "veil",
  "short_name": "veil",
  "description": "Dark mode PDFs without destroying your images",
  "start_url": "./reader.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#0a0806",
  "theme_color": "#0a0806",
  "icons": [
    {
      "src": "./icon/manifest-icon.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "./icon/manifest.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}
