{
  "name": "Times Burst!",
  "short_name": "TimesBurst",
  "description": "Master mental maths · Times tables, division, addition, subtraction · 5 minutes a day, no ads, no tracking",
  "start_url": "./index.html",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#07071a",
  "theme_color": "#07071a",
  "lang": "en",
  "categories": [
    "education",
    "games",
    "kids"
  ],
  "icons": [
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'%3E%3Crect width='192' height='192' rx='32' fill='%2307071a'/%3E%3Ccircle cx='96' cy='96' r='72' fill='none' stroke='%238b5cf6' stroke-width='6' opacity='0.6'/%3E%3Ccircle cx='96' cy='96' r='52' fill='none' stroke='%23c084fc' stroke-width='3' opacity='0.4'/%3E%3Ctext x='96' y='82' text-anchor='middle' font-family='system-ui' font-weight='900' font-size='28' fill='%23c084fc'%3E%C3%97%3C/text%3E%3Ctext x='96' y='118' text-anchor='middle' font-family='system-ui' font-weight='900' font-size='20' fill='%2367e8f9'%3ETimes%3C/text%3E%3C/svg%3E",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Crect width='512' height='512' rx='80' fill='%2307071a'/%3E%3Ccircle cx='256' cy='256' r='200' fill='none' stroke='%238b5cf6' stroke-width='12' opacity='0.6'/%3E%3Ccircle cx='256' cy='256' r='150' fill='none' stroke='%23c084fc' stroke-width='6' opacity='0.4'/%3E%3Ctext x='256' y='220' text-anchor='middle' font-family='system-ui' font-weight='900' font-size='80' fill='%23c084fc'%3E%C3%97%3C/text%3E%3Ctext x='256' y='310' text-anchor='middle' font-family='system-ui' font-weight='900' font-size='52' fill='%2367e8f9'%3ETimes%3C/text%3E%3C/svg%3E",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Single Table Practice",
      "short_name": "Single",
      "description": "Practice one times table at a time",
      "url": "./index.html?mode=single"
    },
    {
      "name": "Mixed Tables",
      "short_name": "Mixed",
      "description": "Practice all tables 1–13 mixed",
      "url": "./index.html?mode=mixed"
    },
    {
      "name": "Hard Facts",
      "short_name": "Hard",
      "description": "Focus on the trickiest multiplication facts",
      "url": "./index.html?mode=hard"
    }
  ]
}