{
  "name": "Watt's My Rebate - WA Battery Rebate, decoded",
  "short_name": "Watt's My Rebate",
  "description": "Independent WA-only battery rebate calculator and installer comparison.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#FAF7EF",
  "theme_color": "#FFD23F",
  "lang": "en-AU",
  "categories": ["finance", "utilities", "lifestyle"],
  "icons": [
    {
      "src": "/assets/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/og-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Rebate calculator",
      "short_name": "Calculator",
      "description": "Calculate your combined WA battery rebate",
      "url": "/calculator.html",
      "icons": [{ "src": "/assets/favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Sizing wizard",
      "short_name": "Sizing",
      "description": "Recommended battery size in 4 questions",
      "url": "/battery-size-wizard.html",
      "icons": [{ "src": "/assets/favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Compare installers",
      "short_name": "Installers",
      "description": "WA installer comparison + postcode matcher",
      "url": "/installers.html",
      "icons": [{ "src": "/assets/favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Get 3 quotes",
      "short_name": "Quotes",
      "description": "Request 3 free quotes from WA installers",
      "url": "/quote.html",
      "icons": [{ "src": "/assets/favicon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ]
}
