{
  "name": "Blanq",
  "short_name": "Blanq",
  "description": "Drop a PDF, fill it in or auto-fill with AI, download. Private and free.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f7f6f3",
  "theme_color": "#4f46e5",
  "icons": [
    { "src": "/favicon.svg?v=4", "sizes": "any", "type": "image/svg+xml" },
    { "src": "/icons/icon-192.png?v=2", "sizes": "192x192", "type": "image/png" },
    { "src": "/icons/icon-512.png?v=2", "sizes": "512x512", "type": "image/png" },
    { "src": "/icons/icon-512-maskable.png?v=2", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "file_handlers": [
    {
      "action": "/",
      "accept": { "application/pdf": [".pdf"] },
      "launch_type": "single-client"
    }
  ]
}
