{
  "name": "EnergieBerekenaar",
  "short_name": "EnergieCalc",
  "description": "Gratis energiecalculatoren voor Vlaamse gezinnen: zonnepanelen, batterij, capaciteitstarief en meer.",
  "lang": "nl",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0b1f10",
  "theme_color": "#A7D62E",
  "categories": ["utilities", "productivity"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Zonnepanelen",
      "short_name": "Zonnepanelen",
      "description": "Bereken de terugverdientijd van zonnepanelen",
      "url": "/zonnepanelen.html",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "Batterijcheck",
      "short_name": "Batterij",
      "description": "Check of een thuisbatterij rendabel is",
      "url": "/batterijcheck.html",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "Capaciteitstarief",
      "short_name": "Capaciteit",
      "description": "Bereken je capaciteitstarief",
      "url": "/capaciteitstarief.html",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "Alles-in-één",
      "short_name": "AIO",
      "description": "Complete energiescan",
      "url": "/alles-in-een.html",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    }
  ]
}
