{
  "name": "MathMatch - Fun Math Game for Kids",
  "short_name": "MathMatch",
  "description": "A fun educational math game with Easy, Medium and Hard modes. Practice Addition, Subtraction, Multiplication, Division, Powers and Percentages!",
  "dir": "ltr",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "any",
  "scope": "/",
  "scope_extensions": [],
  "start_url": "/",
  "background_color": "#2B52D4",
  "theme_color": "#B82594",
  "categories": ["education", "games", "kids"],
  "lang": "en",
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "prefer_related_applications": false,
  "related_applications": [],
  "icons": [
    { "src": "/icon-96.png", "sizes": "96x96", "type": "image/png", "purpose": "any" },
    { "src": "/icon-144.png", "sizes": "144x144", "type": "image/png", "purpose": "any" },
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "screenshots": [
    {
      "src": "/screenshot-mobile.png",
      "sizes": "540x960",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "MathMatch home screen on mobile"
    },
    {
      "src": "/screenshot-desktop.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "MathMatch gameplay on desktop"
    }
  ],
  "shortcuts": [
    {
      "name": "Play Easy",
      "short_name": "Easy",
      "description": "Start an Easy math game",
      "url": "/?mode=easy",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Daily Challenge",
      "short_name": "Daily",
      "description": "Open the daily math challenge",
      "url": "/?screen=daily",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "id": "/"
}
