{
  "name": "SanteFact Pro",
  "short_name": "SanteFact",
  "description": "Facturation mutuelle intelligente pour les professionnels de sante",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "landscape",
  "background_color": "#0d1117",
  "theme_color": "#1F6FEB",
  "lang": "fr",
  "categories": [
    "medical",
    "business",
    "productivity"
  ],
  "icons": [
    {
      "src": "icon-32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Nouveau dossier",
      "short_name": "Nouveau",
      "description": "Creer un nouveau dossier patient",
      "url": "./index.html#nouveau",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Dossiers patients",
      "short_name": "Dossiers",
      "description": "Consulter les dossiers",
      "url": "./index.html#dossiers",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}