{
  "name": "IT Concierge - Field Service Management",
  "short_name": "IT Concierge",
  "description": "Professional field service management platform for IT services",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0055CC",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "fr",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Nouveaux tickets",
      "short_name": "Tickets",
      "description": "Voir tous les tickets ouverts",
      "url": "/tickets?filter=new",
      "icons": [
        {
          "src": "/icons/shortcut-tickets.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Planning",
      "short_name": "Planning",
      "description": "Vue du planning des techniciens",
      "url": "/scheduling",
      "icons": [
        {
          "src": "/icons/shortcut-calendar.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "prefer_related_applications": false
}