{
  "name": "Wattr \u2014 100 MW Data Centre Energy Simulator",
  "short_name": "Wattr",
  "description": "Hybrid PWA simulator for data-centre power, storage, cooling, cost and emissions.",
  "start_url": "index.html?v=1.5.5",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#f4f8ff",
  "theme_color": "#071126",
  "categories": [
    "business",
    "productivity",
    "utilities"
  ],
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Open dashboard",
      "short_name": "Dashboard",
      "url": "index.html?v=1.5.5#overview"
    },
    {
      "name": "AI Chat",
      "short_name": "AI Chat",
      "url": "index.html?v=1.5.5#chat"
    }
  ]
}