{
  "name": "Rapports d'intervention V5",
  "short_name": "Rapports SI",
  "description": "Création, signature et archivage des rapports d’intervention technique.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "background_color": "#e7eaf0",
  "theme_color": "#0f1626",
  "lang": "fr",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Nouveau rapport",
      "short_name": "Nouveau",
      "url": "./?action=new",
      "icons": [
        {
          "src": "icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "À traiter",
      "short_name": "À traiter",
      "url": "./?view=follow",
      "icons": [
        {
          "src": "icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Brouillons",
      "short_name": "Brouillons",
      "url": "./?view=drafts",
      "icons": [
        {
          "src": "icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}