{
  "id": "com.belup.energy",
  "name": "Bel-Up Monitoring",
  "short_name": "Bel-Up",
  "description": "Système de monitoring solaire et gestion d'énergie Bel-Up",
  "start_url": "index.html",
  "display": "standalone",
  "background_color": "#0a0e1a",
  "theme_color": "#0a0e1a",
  "orientation": "any",
  "lang": "fr-FR",
  "dir": "ltr",
  "scope": ".",
  "categories": [
    "business",
    "utilities",
    "productivity"
  ],
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "minimal-ui"
  ],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "img/s1.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Dashboard Mobile"
    },
    {
      "src": "img/s2.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Stats Mobile"
    },
    {
      "src": "img/s3.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Dashboard Desktop"
    },
    {
      "src": "img/s4.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Stats Desktop"
    }
  ],
  "shortcuts": [
    {
      "name": "Statistiques",
      "url": "history.html",
      "description": "Voir mes rapports d'énergie",
      "icons": [
        {
          "src": "img/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Réglages",
      "url": "settings.html",
      "description": "Paramètres du système",
      "icons": [
        {
          "src": "img/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
