{
  "name": "ABC Learning — Watercolor Alphabet Videos for Kids",
  "short_name": "ABC Learning",
  "description": "Free alphabet learning website for kids ages 2-7. Watch watercolor videos for every letter, take spelling quizzes, and earn rewards.",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#E8F6FF",
  "theme_color": "#1A5F8A",
  "lang": "en",
  "dir": "ltr",
  "categories": ["education", "kids", "games"],
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "icons/screenshot-home.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "ABC Learning home page"
    },
    {
      "src": "icons/screenshot-vocab.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Vocabulary video page"
    }
  ],
  "shortcuts": [
    {
      "name": "Quiz",
      "short_name": "Quiz",
      "description": "Take the spelling quiz",
      "url": "/quiz.html",
      "icons": [{ "src": "icons/shortcut-quiz.png", "sizes": "96x96" }]
    },
    {
      "name": "Math",
      "short_name": "Math",
      "description": "Math learning units",
      "url": "/learn/math.html",
      "icons": [{ "src": "icons/shortcut-math.png", "sizes": "96x96" }]
    },
    {
      "name": "Shop",
      "short_name": "Shop",
      "description": "Pet shop and rewards",
      "url": "/shop.html",
      "icons": [{ "src": "icons/shortcut-shop.png", "sizes": "96x96" }]
    }
  ]
}