{
  "name": "GreenWorld HAVCR · HVAC Calculator",
  "short_name": "GreenWorld",
  "description": "HVAC cost estimation, invoicing, and business analytics for GreenWorld HVAC LLC.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0A1224",
  "theme_color": "#0A1224",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["business", "productivity", "finance"],
  "icons": [
    {
      "src": "assets/logos/logo-mark-dark.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "New Estimate",
      "short_name": "New",
      "description": "Start a new job estimate",
      "url": "./index.html?action=new",
      "icons": [{ "src": "assets/logos/logo-mark-dark.svg", "sizes": "any" }]
    },
    {
      "name": "View History",
      "short_name": "History",
      "description": "Browse saved estimates",
      "url": "./index.html?action=history",
      "icons": [{ "src": "assets/logos/logo-mark-dark.svg", "sizes": "any" }]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Financial dashboard",
      "url": "./index.html?view=dashboard",
      "icons": [{ "src": "assets/logos/logo-mark-dark.svg", "sizes": "any" }]
    }
  ]
}
