{
  "name": "AlphabetsLearn",
  "short_name": "AlphabetsLearn",
  "description": "Learn alphabets and numbers in 8 languages – fun games, quizzes, and printable worksheets for kids.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#fff2cc",
  "theme_color": "#ff9f4a",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "apple touch icon"
    },
    {
      "src": "/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Learn Alphabets",
      "short_name": "Alphabets",
      "description": "Interactive alphabet learning with balloon pop",
      "url": "/",
      "icons": [
        {
          "src": "/android-chrome-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Numbers 1-10",
      "short_name": "Numbers",
      "description": "Learn counting with fun games",
      "url": "/?mode=numbers",
      "icons": [
        {
          "src": "/android-chrome-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Math Practice",
      "short_name": "Math",
      "description": "Addition, subtraction, multiplication, division",
      "url": "/addition.html"
    },
    {
      "name": "Alphabet Videos",
      "short_name": "Videos",
      "description": "Watch A to Z video reels",
      "url": "/video-alphabets.php"
    }
  ],
  "categories": ["education", "kids"],
  "lang": "en",
  "dir": "ltr",
  "prefer_related_applications": false
}