{
  "name": "CraftyJoy AI Learning Platform",
  "short_name": "CraftyJoy",
  "description": "An innovative platform for learning AI concepts through visual programming.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#4A00E0",
  "orientation": "portrait-primary",
  "scope": "/",
  "categories": ["education", "productivity", "kids"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    },
    {
      "src": "pwa-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "pwa-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],

  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://craftyjoy.app/manifest.json"
    }
  ],
  "prefer_related_applications": false
}