{
  "name": "Sphere — AssistoVet",
  "short_name": "Sphere",
  "description": "Console d'administration AssistoVet — Clientèle, Tickets, Interventions, Messagerie",
  "start_url": "/admin",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#26966A",
  "theme_color": "#26966A",
  "categories": ["business", "productivity"],
  "lang": "fr-FR",
  "icons": [
    { "src": "/icon-sphere-192.png?v=7", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-sphere-256.png?v=7", "sizes": "256x256", "type": "image/png", "purpose": "any" },
    { "src": "/icon-sphere-512.png?v=7", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-sphere-maskable-192.png?v=7", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icon-sphere-maskable-512.png?v=7", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Messagerie",
      "short_name": "Messages",
      "url": "/admin/messagerie",
      "icons": [{ "src": "/icon-sphere-192.png?v=7", "sizes": "192x192" }]
    },
    {
      "name": "Tickets",
      "short_name": "Tickets",
      "url": "/admin/support/tickets",
      "icons": [{ "src": "/icon-sphere-192.png?v=7", "sizes": "192x192" }]
    },
    {
      "name": "Drive",
      "short_name": "Drive",
      "url": "/admin/drive",
      "icons": [{ "src": "/icon-sphere-192.png?v=7", "sizes": "192x192" }]
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+sphere",
      "url": "/admin/handle-protocol?url=%s"
    }
  ],
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "run_on_os_login": "minimized"
}
