{
  "name": "CodX Editor",
  "short_name": "CodX Editor",
  "description": "A free code editor for HTML, CSS, JavaScript, React and Node.js that runs in your browser, with live preview and real-time collaboration.",
  "start_url": "/frontend.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0d1117",
  "theme_color": "#149447",
  "categories": [
    "developer",
    "productivity",
    "education"
  ],
  "icons": [
    {
      "src": "/cx.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/cx.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/cx.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New project",
      "url": "/frontend.html?new=1"
    },
    {
      "name": "Blog",
      "url": "/blog"
    }
  ]
}
