{
  "name": "CyberMedic",
  "short_name": "CyberMedic",
  "description": "Support informatique à distance par des techniciens certifiés",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0e1a",
  "theme_color": "#0066FF",
  "orientation": "portrait-primary",
  "lang": "fr",
  "icons": [
    {
      "src": "/static/favicon-32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/static/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Demander un technicien",
      "url": "/register",
      "description": "Créer un compte client"
    },
    {
      "name": "Espace technicien",
      "url": "/tech/dashboard",
      "description": "Accéder au dashboard technicien"
    }
  ]
}
