{
  "name": "KallyApp - Gestion d'Artisans",
  "short_name": "KallyApp",
  "description": "Plateforme de gestion des interventions et devis pour artisans",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1a486b",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/kallyapp-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/kallyapp-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/kallyapp-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/kallyapp-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/kallyapp-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/kallyapp-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/kallyapp-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/kallyapp-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/kallyapp-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Nouvelle intervention",
      "short_name": "Nouvelle intervention",
      "description": "Créer une nouvelle intervention",
      "url": "/dashboard/appointments/new",
      "icons": [{ "src": "/icons/kallyapp-96x96.png", "sizes": "96x96" }]
    },
    {
      "name": "Planning",
      "short_name": "Planning",
      "description": "Voir le planning",
      "url": "/dashboard/calendar",
      "icons": [{ "src": "/icons/kallyapp-96x96.png", "sizes": "96x96" }]
    },
    {
      "name": "Nouveau devis",
      "short_name": "Nouveau devis",
      "description": "Créer un nouveau devis",
      "url": "/dashboard/quotes/new",
      "icons": [{ "src": "/icons/kallyapp-96x96.png", "sizes": "96x96" }]
    }
  ],
  "categories": ["business", "productivity"],
  "lang": "fr-FR",
  "dir": "ltr"
}
