Dev Environments

Dev Environments

Quickly run pre-configured, containerized development environments!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Dev Environments",
  "short_name": "Dev Environments",
  "description": "Quickly run pre-configured, containerized development environments!",
  "version": "0.1.4",
  "icons": {
    "48": "icons/icon_devenvs.png",
    "96": "icons/icon_devenvs.png",
    "128": "icons/icon_devenvs.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.github.com/*",
        "*://*.bitbucket.org/*",
        "*://*.gitlab.com/*"
      ],
      "js": [
        "dist/devEnvs.js"
      ],
      "css": [
        "css/style.css"
      ]
    }
  ]
}