Codenvy

Codenvy

Codenvy is a cloud IDE and developer workspace server that allows anyone to contribute to a project without installing software.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Codenvy",
  "description": "Codenvy is a cloud IDE and developer workspace server that allows anyone to contribute to a project without installing software.",
  "manifest_version": 2,
  "version": "5.0",
  "app": {
    "urls": [
      "https://codenvy.io/"
    ],
    "launch": {
      "web_url": "https://codenvy.io/site/login"
    }
  },
  "icons": {
    "128": "icon_128.png"
  }
}