{
  "name": "Resology - Rapports d'Inspection",
  "short_name": "Resology",
  "description": "Application de gestion des rapports d'inspection pour Resology - Interventions terrain, validation et génération PDF",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icons/resology/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/resology/icon-256x256.png",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/resology/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/resology/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "business"],
  "shortcuts": [
    {
      "name": "Nouvelle inspection",
      "short_name": "Nouveau",
      "description": "Créer une nouvelle inspection",
      "url": "/dashboard/reports/new",
      "icons": [{ "src": "/icons/resology/icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Mes rapports",
      "short_name": "Rapports",
      "description": "Voir mes rapports",
      "url": "/dashboard",
      "icons": [{ "src": "/icons/resology/icon-192x192.png", "sizes": "192x192" }]
    }
  ]
}
