{
  "name": "Moonlux Editor",
  "short_name": "Moonlux",
  "description": "A browser-based code editor with live HTML, CSS, and JavaScript preview, syntax highlighting and code execution for dozens of languages, and automatic local save.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#002b36",
  "theme_color": "#002b36",
  "icons": [
    {
      "src": "assets/branding/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "assets/branding/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}
