{
  "name": "DocTakeoff",
  "short_name": "DocTakeoff",
  "description": "Measure and estimate from PDF construction drawings. Runs entirely in your browser.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1f1f1f",
  "theme_color": "#1f1f1f",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "application/pdf": [
          ".pdf"
        ]
      }
    },
    {
      "action": "/",
      "accept": {
        "application/octet-stream": [
          ".takeoff",
          ".takeoff-ws"
        ]
      }
    }
  ],
  "launch_handler": {
    "client_mode": "focus-existing"
  }
}
