{
  "name": "Solar Calculator Pros",
  "short_name": "Solar Calc Pros",
  "description": "15 free, engineering-grade solar calculators. Size panels, batteries, inverters, and charge controllers. NEC-compliant, no signup required.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "any",
  "lang": "en-US",
  "dir": "ltr",
  "background_color": "#0f172a",
  "theme_color": "#f97316",
  "categories": ["utilities", "productivity", "education"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "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"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/og-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Solar Calculator Pros — 15 engineering-grade calculators"
    }
  ],
  "shortcuts": [
    {
      "name": "Total Load Calculator",
      "short_name": "Load Calc",
      "description": "Calculate daily energy usage and peak power",
      "url": "/calculators?calc=load",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Solar Panels Needed",
      "short_name": "Panels",
      "description": "Estimate the required number of solar panels",
      "url": "/calculators?calc=panels",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Battery Bank Sizer",
      "short_name": "Battery",
      "description": "Find the right battery capacity",
      "url": "/calculators?calc=battery",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Projects",
      "short_name": "Projects",
      "description": "Saved projects and reports",
      "url": "/projects",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "prefer_related_applications": false
}
