{
  "name": "GestRapport — Bouygues Telecom",
  "short_name": "GestRapport",
  "description": "Générateur de rapports terrain Sogetrel / Bouygues Telecom",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#00477F",
  "orientation": "any",
  "categories": ["productivity", "utilities"],
  "icons": [
    { "src": "./public/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "./public/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    {
      "name": "Nouveau rapport",
      "short_name": "Nouveau",
      "description": "Créer un nouveau rapport",
      "url": "./?r=new_report",
      "icons": [{ "src": "./public/icons/shortcut-new.png", "sizes": "96x96" }]
    }
  ]
}
