SNow Vim

SNow Vim

Extension for adding vim keymap as well as applying monokai theme and :w saving within codemirror in ServiceNow

Merlin
Additional files are visible only to premium users

manifest.json


{
  "content_scripts": [
    {
      "all_frames": true,
      "css": [
        "css/monokai.css"
      ],
      "js": [
        "js/inject.js",
        "js/jquery-1.12.4.min.js"
      ],
      "matches": [
        "*://*.service-now.com/*"
      ]
    }
  ],
  "permissions": [
    "storage"
  ],
  "description": "Extension for adding vim keymap as well as applying monokai theme and :w saving within codemirror in ServiceNow",
  "manifest_version": 2,
  "name": "SNow Vim",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.0.8",
  "options_page": "options/options.html",
  "web_accessible_resources": [
    "js/magic.js"
  ]
}