{
  "name": "TONDABOX",
  "short_name": "Tondabox",
  "description": "Plateforme Immersive",
  "scope": "/",
  "start_url": "/index.php?launcher=true",
  "display": "standalone",
  "display_override": ["fullscreen", "standalone"],
  "background_color": "#030303",
  "theme_color": "#030303",
  "orientation": "portrait",
  "icons": [
    {
      "src": "images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "lang": "fr",
  "dir": "auto",
  "categories": [
    "education",
    "entertainment"
  ]
}