{
  "name": "AEP SAV — Portail",
  "short_name": "AEP SAV",
  "description": "Portail officiel de AEP SAV : abonnements, tickets d’intervention et gestion clients.",
  "start_url": "/login.php",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#0d47a1",
  "categories": ["business", "utilities", "productivity"],
  "lang": "fr",
  "icons": [
    {
      "src": "/assets/pwa/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/assets/pwa/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/assets/pwa/icons/icon-512x512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Se connecter",
      "short_name": "Login",
      "url": "/login.php",
      "icons": [{ "src": "/assets/pwa/icons/icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Créer un ticket",
      "short_name": "Ticket",
      "url": "/client/ticket_add.php",
      "icons": [{ "src": "/assets/pwa/icons/icon-192x192.png", "sizes": "192x192" }]
    }
  ]
}
