{
  "name": "ALL FISH SARL — Personnel",
  "short_name": "ALL FISH",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#f5f7f6",
  "theme_color": "#0d3f35",
  "lang": "fr",
  "icons": [
    {
      "src": "assets/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "assets/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "description": "Pointage centralisé, absences, décisions et notifications mobiles en temps réel.",
  "scope": "./",
  "display_override": [
    "standalone",
    "minimal-ui"
  ],
  "orientation": "portrait-primary",
  "categories": [
    "business",
    "productivity"
  ],
  "shortcuts": [
    {
      "name": "Pointage",
      "short_name": "Pointage",
      "url": "./index.html",
      "icons": [
        {
          "src": "assets/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Emploi du temps",
      "short_name": "Planning",
      "url": "./planning.html",
      "icons": [
        {
          "src": "assets/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Demande d'absence",
      "short_name": "Absence",
      "url": "./absence.html",
      "icons": [
        {
          "src": "assets/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}