{
  "name": "Apex IDE",
  "short_name": "Apex IDE",
  "description": "The world's most complete web-based development environment",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0d0d0f",
  "theme_color": "#7c3aed",
  "orientation": "landscape",
  "categories": ["developer", "productivity", "utilities"],
  "icons": [
    { "src": "icons/icon-72.png",  "sizes": "72x72",   "type": "image/png", "purpose": "any maskable" },
    { "src": "icons/icon-96.png",  "sizes": "96x96",   "type": "image/png", "purpose": "any maskable" },
    { "src": "icons/icon-128.png", "sizes": "128x128", "type": "image/png", "purpose": "any maskable" },
    { "src": "icons/icon-144.png", "sizes": "144x144", "type": "image/png", "purpose": "any maskable" },
    { "src": "icons/icon-152.png", "sizes": "152x152", "type": "image/png", "purpose": "any maskable" },
    { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "icons/icon-384.png", "sizes": "384x384", "type": "image/png", "purpose": "any maskable" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    {
      "name": "New File",
      "short_name": "New File",
      "description": "Create a new file",
      "url": "/?action=new",
      "icons": [{ "src": "icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Open Folder",
      "short_name": "Open Folder",
      "description": "Open a local folder",
      "url": "/?action=open",
      "icons": [{ "src": "icons/icon-96.png", "sizes": "96x96" }]
    }
  ],
  "screenshots": [
    {
      "src": "icons/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Apex IDE — Desktop"
    },
    {
      "src": "icons/screenshot-narrow.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Apex IDE — Mobile"
    }
  ],
  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "text/plain": [".txt", ".log", ".md", ".env"],
        "text/html": [".html", ".htm"],
        "text/css": [".css", ".scss", ".less"],
        "text/javascript": [".js", ".mjs", ".cjs", ".jsx", ".ts", ".tsx"],
        "application/json": [".json", ".jsonc"],
        "text/x-python": [".py"],
        "text/x-rust": [".rs"],
        "text/x-go": [".go"]
      }
    }
  ],
  "protocol_handlers": [
    { "protocol": "web+apex", "url": "/?open=%s" }
  ],
  "edge_side_panel": { "preferred_width": 400 }
}
