{
  "name": "TakeoffHQ",
  "short_name": "TakeoffHQ",
  "description": "Takeoff, markup and estimating — PDFs open straight into the tool.",
  "start_url": "tool2.html",
  "scope": ".",
  "display": "standalone",
  "background_color": "#0e2843",
  "theme_color": "#0e2843",
  "launch_handler": { "client_mode": "focus-existing" },
  "file_handlers": [
    {
      "action": "./tool2.html",
      "accept": {
        "application/pdf": [".pdf"],
        "image/png": [".png"],
        "image/jpeg": [".jpg", ".jpeg"]
      }
    }
  ],
  "icons": [
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ]
}
