{
  "name": "Off-Grid Advisor",
  "short_name": "Off-Grid",
  "description": "Plan, build, and monitor your off-grid solar system. Tools, community, and live monitoring for van builders, cabin owners, and marine enthusiasts.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f8f6f1",
  "theme_color": "#1a5c3a",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["utilities", "productivity"],
  "screenshots": [
    {
      "src": "/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    },
    {
      "src": "/screenshot-narrow.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View your system dashboard",
      "url": "/dashboard",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Live Monitoring",
      "short_name": "Monitoring",
      "description": "Check live battery and solar data",
      "url": "/live-dashboard",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Tool Hub",
      "short_name": "Tools",
      "description": "Access all calculators and tools",
      "url": "/tool-hub",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}