{
  "name": "Code Open Editor",
  "short_name": "CodeEditor",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#0b1020",
  "theme_color": "#111827",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "file_handlers": [
    {
      "action": "./index.html",
      "accept": {
        "text/plain": [".txt", ".md", ".log", ".ini", ".conf", ".env", ".bat", ".sh"],
        "text/html": [".html", ".htm"],
        "text/css": [".css"],
        "text/javascript": [".js", ".mjs", ".cjs", ".jsx", ".ts", ".tsx"],
        "application/json": [".json"],
        "application/xml": [".xml", ".svg"],
        "text/yaml": [".yml", ".yaml"],
        "text/x-python": [".py"],
        "text/x-java-source": [".java"],
        "text/x-c": [".c", ".h", ".cpp", ".hpp"],
        "text/x-go": [".go"],
        "text/x-rust": [".rs"],
        "text/x-php": [".php"]
      }
    }
  ]
}