{
  "name": "PRISMA Energy",
  "short_name": "PRISMA",
  "description": "Maitrisez vos consommations. Reduisez vos couts.",
  "start_url": "/app-start",
  "scope": "/",
  "display": "standalone",
  "background_color": "#faf8f0",
  "theme_color": "#6a9a48",
  "orientation": "any",
  "lang": "fr-BE",
  "categories": ["business", "utilities"],
  "icons": [
    {
      "src": "/static/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "/dashboard"
    },
    {
      "name": "Batiments",
      "short_name": "Batiments",
      "url": "/buildings"
    },
    {
      "name": "Alertes",
      "short_name": "Alertes",
      "url": "/alertes"
    },
    {
      "name": "Missions",
      "short_name": "Missions",
      "url": "/missions"
    }
  ],
  "prefer_related_applications": false
}
