Examine source code of vimmy

Inspect and view changes in vimmy source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "vimmy",
  "version": "1.1",
  "description": "vim navigation",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{4ab61dd9-6976-49ba-95bf-f2b41eeb4d3c}"
    }
  }
}