Vim Vixen Firefox

Examine source code of Vim Vixen

Inspect and view changes in Vim Vixen source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Vim Vixen",
  "description": "Vim Vixen",
  "version": "1.2.3",
  "icons": {
    "48": "resources/icon_48x48.png",
    "96": "resources/icon_96x96.png"
  },
  "applications": {
    "gecko": {
      "id": "vim-vixen@i-beam.org"
    }
  },
  "content_scripts": [
    {
      "all_frames": true,
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "build/content.js"
      ],
      "run_at": "document_start",
      "match_about_blank": true
    }
  ],
  "background": {
    "scripts": [
      "build/background.js"
    ]
  },
  "permissions": [
    "history",
    "sessions",
    "storage",
    "tabs",
    "clipboardRead",
    "notifications",
    "bookmarks",
    "browserSettings"
  ],
  "web_accessible_resources": [
    "build/console.html",
    "build/console.js"
  ],
  "options_ui": {
    "page": "build/settings.html"
  },
  "browser_action": {
    "default_icon": {
      "32": "resources/enabled_32x32.png"
    },
    "default_title": "Vim Vixen"
  }
}

Best Vim Vixen Alternatives

Here are some Firefox add-ons that are similar to Vim Vixen: