{
  "name": "Mathlete",
  "short_name": "Mathlete",
  "description": "Fast, fun mental-math drills. Beat the clock, build your streak, train for competition!",
  "id": "/?source=pwa",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "fullscreen"],
  "orientation": "portrait",
  "background_color": "#0b1026",
  "theme_color": "#0b1026",
  "categories": ["education", "games", "kids"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Single digit drill",
      "short_name": "Single",
      "description": "Start a single-digit round",
      "url": "/?play=single"
    },
    {
      "name": "Double digit drill",
      "short_name": "Double",
      "description": "Start a double-digit round",
      "url": "/?play=double"
    }
  ]
}
