{
  "name": "MiniMathy - Math is Magic!",
  "short_name": "MiniMathy",
  "description": "A playful, interactive math learning platform for kids.",
  "start_url": "./",
  "scope": ".",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#fdfcf0",
  "theme_color": "#3B82F6",
  "categories": ["education", "games"],
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "icon.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ]
}