{
  "name": "Dabalox Heat Pump Assistant",
  "short_name": "Dabalox",
  "description": "Your personal, AI assistant for heat pumps installers and residents, providing guidance and support to streamline installation and maintenance.",
  "id": "https://app.dabalox.com/",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#35774B",
  "prefer_related_applications": false,
  "scope": "https://app.dabalox.com/",
  "icons": [
    {
      "src": "web-app-manifest-512x512.png",
      "type": "image/png",
      "sizes": "512x512"
    },
    {
      "src": "web-app-manifest-192x192.png",
      "type": "image/png",
      "sizes": "192x192"
    }
  ],
  "orientation": "any",
  "lang": "en",
  "dir": "ltr",
  "categories": [ "education", "business", "productivity" ],
  "shortcuts": [
    {
      "name": "Assistant",
      "url": "/engage/installer",
      "icons": [
        {
          "src": "dabalox-projects.ico",
          "type": "image/ico",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Projects",
      "url": "/capture/projectcontents",
      "icons": [
        {
          "src": "dabalox-assistant.ico",
          "type": "image/ico",
          "sizes": "96x96"
        }
      ]
    }
  ]
}