{
  "name": "Advanced Live Code Editor by Saurabh",
  "short_name": "CodeEditor",
  "description": "Online HTML, CSS & JavaScript editor that runs instantly on mobile and desktop.",
  
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",

  "background_color": "#0b1a33",
  "theme_color": "#0b1a33",

  "lang": "en",
  "dir": "ltr",

  "categories": ["developer", "productivity", "education"],

  "icons": [
    {
      "src": "icons/icon-72.png",
      "sizes": "72x72",
      "type": "image/png"
    },
    {
      "src": "icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "icons/icon-128.png",
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],

  "screenshots": [
    {
      "src": "screenshots/editor.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "Live Code Editor"
    },
    {
      "src": "screenshots/mobile.png",
      "sizes": "720x1280",
      "type": "image/png",
      "label": "Mobile Coding Interface"
    }
  ],

  "shortcuts": [
    {
      "name": "New HTML Project",
      "short_name": "HTML",
      "url": "/?project=html",
      "icons": [{ "src": "icons/html.png", "sizes": "192x192" }]
    },
    {
      "name": "New CSS Project",
      "short_name": "CSS",
      "url": "/?project=css",
      "icons": [{ "src": "icons/css.png", "sizes": "192x192" }]
    },
    {
      "name": "New JavaScript Project",
      "short_name": "JS",
      "url": "/?project=js",
      "icons": [{ "src": "icons/js.png", "sizes": "192x192" }]
    }
  ],

  "prefer_related_applications": false
}
