{
  "short_name": "pyBlaze",
  "name": "pyBlaze - Interactive Python Code Editor & Debugger",
  "description": "Learn Python programming with an interactive online code editor featuring step-by-step debugging, real-time execution, and educational tools.",
  "icons": [
    {
      "src": "images/logo.png",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/png"
    },
    {
      "src": "images/logo.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "images/logo.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "start_url": ".",
  "display": "standalone",
  "theme_color": "#4a7c9d",
  "background_color": "#ffffff",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["education", "developer", "programming"],
  "screenshots": [
    {
      "src": "images/logo.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ]
} 