{
  "name": "ODRES Staff",
  "short_name": "Staff",
  "description": "Application mobile ODRES pour le personnel HoReCa",
  "id": "/staff/",
  "start_url": "/staff/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone"],
  "orientation": "portrait",
  "background_color": "#06b6d4",
  "theme_color": "#06b6d4",
  "lang": "fr",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/static/img/pwa/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/img/pwa/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Pointeuse",
      "short_name": "Pointer",
      "url": "/staff/pointeuse/",
      "icons": [{"src": "/static/img/pwa/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "Planning",
      "short_name": "Planning",
      "url": "/staff/planning/",
      "icons": [{"src": "/static/img/pwa/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "Tâches",
      "short_name": "Tâches",
      "url": "/staff/tasks/",
      "icons": [{"src": "/static/img/pwa/icon-192.png", "sizes": "192x192"}]
    }
  ]
}
