{
  "name": "Code Open Editor",
  "short_name": "CodeEditor",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "prefer_related_applications": false,
  "orientation": "any",
  "categories": ["productivity", "developer", "utilities"],
  "background_color": "#0b1020",
  "theme_color": "#111827",
  "icons": [
    {
      "src": "icon-48.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icon-256.png",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "file_handlers": [
    {
      "action": "./index.html",
      "accept": {
        "text/plain": [".txt", ".md", ".log", ".ini", ".conf", ".env", ".bat", ".sh", ".ps1"],
        "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-csharp": [".cs"],
        "text/x-go": [".go"],
        "text/x-rust": [".rs"],
        "text/x-php": [".php"],
        "text/x-ruby": [".rb"],
        "text/x-perl": [".pl"],
        "text/x-lua": [".lua"],
        "text/x-sql": [".sql"],
        "text/x-dart": [".dart"],
        "text/x-swift": [".swift"],
        "text/x-kotlin": [".kt", ".kts"],
        "text/x-scala": [".scala"],
        "text/x-vue": [".vue"],
        "text/x-svelte": [".svelte"],
        "font/ttf":   [".ttf"],
        "font/otf":   [".otf"],
        "font/woff":  [".woff"],
        "font/woff2": [".woff2"],
        "application/octet-stream": [".fnt"]
      }
    }
  ]
}
