{
  "id": "/",
  "name": "FT2 Square Foot Price Tool",
  "short_name": "FT2 Calc",
  "description": "Calculate square footage and material surface area costs instantly across multiple price tiers.",
  "start_url": "/calculator",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "portrait",
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "share_target": {
    "action": "/calculator",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "background_color": "#09090b",
  "theme_color": "#dc2626",
  "lang": "en",
  "dir": "ltr",
  "categories": ["utilities", "business", "productivity"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-1.png",
      "sizes": "1125x2436",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Enter dimensions to calculate square footage costs"
    },
    {
      "src": "/screenshot-2.png",
      "sizes": "1125x2436",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Cost matrix breakdown across multiple price tiers"
    },
    {
      "src": "/screenshot-3.png",
      "sizes": "1125x2436",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Summary cards with total cost, tax, and cost plus tax"
    }
  ],
  "shortcuts": [
    {
      "name": "Calculator",
      "short_name": "Calculate",
      "description": "Jump straight to the calculator",
      "url": "/calculator",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
