{
  "name": "AXXIO - Plateforme SaaS Services Terrain",
  "short_name": "AXXIO",
  "description": "Révolutionnez la gestion de vos services terrain avec AXXIO. Planification intelligente, suivi temps réel, facturation automatique.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#0f172a",
  "orientation": "portrait",
  "scope": "/",
  "lang": "fr",
  "icons": [
    {
      "src": "placeholder.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "placeholder.svg", 
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity", "utilities"],
  "shortcuts": [
    {
      "name": "Planning",
      "short_name": "Planning",
      "description": "Planification intelligente des interventions",
      "url": "/app/planning",
      "icons": [{ "src": "placeholder.svg", "sizes": "96x96" }]
    },
    {
      "name": "Services",
      "short_name": "Services", 
      "description": "Gestion des services terrain",
      "url": "/app/services",
      "icons": [{ "src": "placeholder.svg", "sizes": "96x96" }]
    },
    {
      "name": "Analytics",
      "short_name": "Analytics",
      "description": "Tableaux de bord analytiques",
      "url": "/app/dashboard", 
      "icons": [{ "src": "placeholder.svg", "sizes": "96x96" }]
    }
  ]
}