{
  "name": "CodeCraft: Galactic Developer",
  "short_name": "CodeCraft",
  "description": "An immersive educational coding game that teaches web development through space colony gameplay",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1a1a2e",
  "theme_color": "#4F46E5",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": [
    "education",
    "games",
    "productivity"
  ],
  "shortcuts": [
    {
      "name": "Open Playground",
      "short_name": "Playground",
      "description": "Open the live coding playground",
      "url": "/playground",
      "icons": [
        {
          "src": "/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
