{
  "name": "Heating & Cooling Engineers",
  "short_name": "HCE",
  "icons": [
    {
      "src": "/assets/favicons/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/assets/favicons/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "theme_color": "#17181b",
  "background_color": "#17181b",
  "display": "standalone",
  "_configNote": "name/short_name match client.name and client.shortName in src/_data/client.cjs; theme_color and background_color must be kept in sync with client.themeColor (this file is static)."
}