Octopus Deploy Variable Editor

Octopus Deploy Variable Editor

Adds a larger editor to make editing octopus deploy variables easier.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "Andy Maclean",
  "name": "Octopus Deploy Variable Editor",
  "short_name": "octovaredit",
  "version": "0.1.2.1",
  "manifest_version": 2,
  "description": "Adds a larger editor to make editing octopus deploy variables easier.",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "tabs",
    "storage"
  ],
  "content_scripts": [
    {
      "js": [
        "jquery-2.2.3.min.js",
        "codemirror.js",
        "javascript.js",
        "nginx.js",
        "powershell.js",
        "xml.js",
        "active-line.js",
        "foldcode.js",
        "foldgutter.js",
        "xml-fold.js",
        "show-invisibles.js",
        "variables.js"
      ],
      "css": [
        "codemirror.css",
        "foldgutter.css",
        "variables.css"
      ],
      "matches": [
        "https://*/app",
        "http://*/app"
      ]
    }
  ]
}