{
  "id": "/auth",
  "name": "ACDev Business Review",
  "short_name": "ABR",
  "description": "Intelligence économique et veille stratégique pour les entreprises africaines",
  "start_url": "/auth",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#0f172a",
  "theme_color": "#1e3a5f",
  "orientation": "portrait-primary",
  "protocol_handlers": [
    {
      "protocol": "web+acdev",
      "url": "/Dashboard?action=%s"
    }
  ],
  "icons": [
    {
      "src": "/pwa-icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-wide.jpg",
      "sizes": "1920x1080",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Dashboard ACDev Business Review - Desktop"
    },
    {
      "src": "/screenshot-mobile.jpg",
      "sizes": "540x1080",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Dashboard ACDev Business Review - Mobile"
    }
  ]
}
