{
  "id": "/agenda-pwa",
  "name": "Agenda Collaboratif",
  "short_name": "Agenda",
  "description": "Mon agenda et mes notes synchronisés",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#121212",
  "theme_color": "#5b6af0",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "/icons/icon-512.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ]
}