{
  "name": "Global Hotel Management",
  "short_name": "GHM",
  "description": "Plateforme complète de gestion hôtelière avec IA intégrée",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3b82f6",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/image.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/image.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/image.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Planning",
      "short_name": "Planning",
      "description": "Accéder au module Planning",
      "url": "/planning",
      "icons": [{ "src": "/image.png", "sizes": "96x96" }]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Tableau de bord",
      "url": "/dashboard",
      "icons": [{ "src": "/image.png", "sizes": "96x96" }]
    },
    {
      "name": "Incidents",
      "short_name": "Incidents",
      "description": "Suivi des incidents",
      "url": "/incidents",
      "icons": [{ "src": "/image.png", "sizes": "96x96" }]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "prefer_related_applications": false
}
