{
  "name": "LittleAIMaster",
  "short_name": "AI Master",
  "description": "Learn AI with fun, interactive lessons designed for kids",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0F0A1F",
  "theme_color": "#8B5CF6",
  "scope": "/",
  "icons": [
    {
      "src": "/assets/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["education", "kids"],
  "screenshots": [],
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.littleaimaster.app"
    },
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/app/littleaimaster/id6740260159"
    }
  ],
  "shortcuts": [
    {
      "name": "Continue Learning",
      "short_name": "Learn",
      "description": "Continue where you left off",
      "url": "/",
      "icons": [
        {
          "src": "/assets/images/shortcut-learn.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "My Progress",
      "short_name": "Progress",
      "description": "View your learning progress",
      "url": "/progress",
      "icons": [
        {
          "src": "/assets/images/shortcut-progress.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}
