goormIDE: Powerful Code Editor with Container

goormIDE: Powerful Code Editor with Container

The Powerful Cloud-based IDE Service

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "goormIDE: Powerful Code Editor with Container",
  "author": "goorm inc",
  "description": "The Powerful Cloud-based IDE Service",
  "version": "4.0.0.0",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "action": {
    "default_popup": "index.html",
    "default_title": "goormIDE"
  },
  "permissions": [
    "tabs",
    "cookies"
  ],
  "host_permissions": [
    "https://*.goorm.io/*"
  ]
}