{
  "name": "MyKirikou",
  "short_name": "MyKirikou",
  "description": "Support de cours en ligne boosté par l'AI",
  "icons": [
    {
      "src": "icons/icon192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icons/icon512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "start_url": "/",
  "display": "standalone",
  "theme_color": "#1363c6",
  "background_color": "#ffffff",
  "id": "edm-talent-pwa",
  "orientation": "any",
  "categories": ["education", "productivity"],
  "dir": "ltr",
  "lang": "fr",
  "prefer_related_applications": false,
  "scope": "/",

  "screenshots": [
    {
      "src": "screenshots/mykirikou-screenshot.png",
      "sizes": "1280x720",
      "type": "image/png"
    }
  ],
  "launch_handler": {
    "client_mode": ["focus-existing", "auto"]
  }
}