{
  "name": "Math Fundamentals Game",
  "short_name": "Math Game",
  "start_url": ".",
  "display": "fullscreen",
  "background_color": "#4338ca",
  "theme_color": "#4f46e5",
  "description": "An educational game to learn math fundamentals.",
  "icons": [
    {
      "src": "https://placehold.co/192x192/4f46e5/white?text=Math",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "https://placehold.co/512x512/4f46e5/white?text=Math%20Game",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}