{
  "name": "UnitRate.co.uk",
  "short_name": "UnitRate",
  "description": "Check Your Rate Before It’s Too Late. Understand what your energy really costs.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#14224d",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Check My Rate",
      "url": "/check-my-rate"
    },
    {
      "name": "Calculate My Bill",
      "url": "/calculate-bill"
    },
    {
      "name": "Compare Tariffs",
      "url": "/compare"
    }
  ]
}