{
  "name": "Times Tables Tangle",
  "short_name": "TTT",
  "description": "A fun, interactive multiplication game for kids to learn times tables 1-12 with badges, streaks, and rewards!",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#7c3aed",
  "orientation": "portrait",
  "categories": ["education", "games"],
  "icons": [
    {
      "src": "/app-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ]
}
