{
  "name": "SpeedQL — Timed SQL exercises",
  "short_name": "SpeedQL",
  "description": "Learn SQL by playing: write real SELECT, JOIN and GROUP BY queries against the clock. 376 questions, free and with no sign-up. Start a game and level up now!",
  "lang": "en",
  "dir": "ltr",
  "start_url": "/en/",
  "scope": "/",
  "id": "/en/",
  "display": "standalone",
  "background_color": "#3A78D8",
  "theme_color": "#0A5FD0",
  "categories": [
    "education",
    "games"
  ],
  "shortcuts": [
    { "name": "Custom SQL exercises", "short_name": "Exercises", "url": "/en/exercises/", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }] },
    { "name": "Daily SQL exercise", "short_name": "Daily", "url": "/en/daily/", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }] },
    { "name": "SQL exercises with solutions", "short_name": "Solutions", "url": "/en/sql-exercises-solutions/", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }] },
    { "name": "SQL cheat sheet", "short_name": "Cheat sheet", "url": "/en/cheat-sheet/", "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"
    }
  ]
}