{
  "name": "BrainPlay - Educational Brain Games for Kids",
  "short_name": "BrainPlay",
  "description": "Fun educational brain games for children ages 5-18. Boost memory, logic, math skills, and concentration with interactive games and activities.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#667eea",
  "theme_color": "#667eea",
  "orientation": "any",
  "categories": ["education", "games", "kids"],
  "lang": "en",
  "dir": "ltr",
  "scope": "/",
  "icons": [
    {
      "src": "assets/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "assets/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "assets/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "BrainPlay Educational Games Homepage"
    },
    {
      "src": "assets/screenshot-narrow.png",
      "sizes": "640x1136",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "BrainPlay Mobile Games Interface"
    }
  ],
  "shortcuts": [
    {
      "name": "Memory Games",
      "short_name": "Memory",
      "description": "Play memory and concentration games",
      "url": "/games/memory/",
      "icons": [
        {
          "src": "assets/memory_game_icon.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Math Games",
      "short_name": "Math",
      "description": "Practice math and number skills",
      "url": "/games/math/",
      "icons": [
        {
          "src": "assets/math_game_icon.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Logic Puzzles",
      "short_name": "Logic",
      "description": "Challenge reasoning and problem-solving",
      "url": "/games/logic/",
      "icons": [
        {
          "src": "assets/logic_puzzle_icon.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Word Games",
      "short_name": "Words",
      "description": "Expand vocabulary and language skills",
      "url": "/games/word/",
      "icons": [
        {
          "src": "assets/word_game_icon.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  }
}

