{
  "name": "DeepBlue IDE - ProElectricCoder",
  "short_name": "DeepBlue",
  "description": "A powerful, completely web-based IDE featuring seamless GitHub integration, AI assistance, in-browser Python execution, and zero-knowledge encryption.",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#0a0e14",
  "theme_color": "#00e5ff",
  "orientation": "any",
  "icons": [
    {
      "src": "/Favicon.svg",
      "sizes": "192x192 512x512 any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": [
    "development",
    "productivity",
    "utilities"
  ],
  "shortcuts": [
    {
      "name": "New Project",
      "url": "./?action=new",
      "description": "Open the editor with a new workspace",
      "icons": [
        {
          "src": "./icons/plus.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Connect GitHub",
      "url": "./?action=github",
      "description": "Link your GitHub account",
      "icons": [
        {
          "src": "./icons/github.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "file_handlers": [
    {
      "action": "./",
      "accept": {
        "text/plain": [".txt", ".js", ".ts", ".html", ".css", ".py", ".json", ".md"],
        "application/octet-stream": [".enc"],
        "application/vnd.deepblue.sep": [".sep"]
      }
    }
  ],
  "screenshots": [
    {
      "src": "https://proelectriccoder.github.io/Projects/IDE/Preview.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide",
      "label": "DeepBlue Editor Workspace"
    }
  ]
}
