{
  "id": "/",
  "name": "Batiflow",
  "short_name": "Batiflow",
  "description": "Gestion intelligente de projets, chantiers et dossiers techniques",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#ffffff",
  "theme_color": "#1f2937",
  "lang": "fr-FR",

  "categories": [
    "business",
    "productivity"
  ],

  "icons": [
    {
      "src": "/dist/img/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/dist/img/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],

  "shortcuts": [
    {
      "name": "Projets",
      "short_name": "Projets",
      "description": "Gérer les projets Batiflow",
      "url": "/projets.html",
      "icons": [
        {
          "src": "/dist/img/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },

    {
      "name": "Tableau de bord",
      "short_name": "Dashboard",
      "description": "Consulter le tableau de bord",
      "url": "/dashboard.html",
      "icons": [
        {
          "src": "/dist/img/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },

    {
      "name": "Configuration projet",
      "short_name": "Configuration",
      "description": "Configurer un projet",
      "url": "/config_projet.html",
      "icons": [
        {
          "src": "/dist/img/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },

    {
      "name": "Plan interactif",
      "short_name": "Plan",
      "description": "Ouvrir le plan interactif",
      "url": "/plan_interactif.html",
      "icons": [
        {
          "src": "/dist/img/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },

    {
      "name": "Rapports",
      "short_name": "Rapports",
      "description": "Gérer les rapports et exports",
      "url": "/rapport_dossier.html",
      "icons": [
        {
          "src": "/dist/img/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],

  "prefer_related_applications": false
}