{
  "name": "SpeedQL — Exercices SQL chronométrés",
  "short_name": "SpeedQL",
  "description": "Apprends le SQL en jouant : écris de vraies requêtes SELECT, JOIN, GROUP BY contre la montre. 376 questions, gratuit et sans inscription. Lance une partie !",
  "lang": "fr",
  "dir": "ltr",
  "start_url": "/fr/",
  "scope": "/",
  "id": "/fr/",
  "display": "standalone",
  "background_color": "#3A78D8",
  "theme_color": "#0A5FD0",
  "categories": [
    "education",
    "games"
  ],
  "shortcuts": [
    { "name": "Exercices SQL personnalisés", "short_name": "Exercices", "url": "/fr/exercices/", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }] },
    { "name": "Exercice SQL du jour", "short_name": "Du jour", "url": "/fr/journalier/", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }] },
    { "name": "Exercices SQL corrigés", "short_name": "Corrigés", "url": "/fr/exercices-sql-corriges/", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }] },
    { "name": "Aide-mémoire SQL", "short_name": "Aide-mémoire", "url": "/fr/aide-memoire/", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }] }
  ],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ]
}