{
  "name": "Builders Calculator",
  "short_name": "BuildCalc",
  "description": "Fast, accurate construction calculators for concreting, framing, stairs, mesh, waffle slabs and more. Works fully offline on-site.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0b0f1a",
  "theme_color": "#d97706",
  "icons": [
    { "src": "/icon.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        { "name": "image", "accept": ["image/*"] }
      ]
    }
  }
}
