{
  "name": "CodeLab - Web Code Editor",
  "short_name": "CodeLab",
  "description": "Simple and lightweight web-based HTML, CSS, and JavaScript code editor with live preview.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0f1115",
  "theme_color": "#14171d",
  "icons": [
    {
      "src": "icons/icon.svg",
      "sizes": "192x192 512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["developer", "education", "utilities"]
}
