Examine source code of Vind: Keyboard Shortcuts for Every Website

Inspect and view changes in Vind: Keyboard Shortcuts for Every Website 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
{
  "icons": {
    "16": "icon16.plasmo.e7bcd3ac.png",
    "32": "icon32.plasmo.ce39377b.png",
    "48": "icon48.plasmo.3c17e113.png",
    "64": "icon64.plasmo.df317abe.png",
    "128": "icon128.plasmo.6a4310c5.png"
  },
  "manifest_version": 2,
  "browser_action": {
    "default_icon": {
      "16": "icon16.plasmo.e7bcd3ac.png",
      "32": "icon32.plasmo.ce39377b.png",
      "48": "icon48.plasmo.3c17e113.png",
      "64": "icon64.plasmo.df317abe.png",
      "128": "icon128.plasmo.6a4310c5.png"
    }
  },
  "version": "3.5.0",
  "author": "dev@joacoesteban.com",
  "name": "Vind: Keyboard Shortcuts for Every Website",
  "description": "Create keyboard shortcuts for any web element. Boost productivity, eliminate mouse clicks, navigate faster on all sites.",
  "background": {
    "scripts": [
      "static/background/index.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "permissions": [
    "unlimitedStorage"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "document-client.3f579db3.js"
      ],
      "css": [
        "tabs/getting-started.4b3b4ccb.css"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "overlay.d4bc5289.js"
      ],
      "css": [
        "overlay.d259d6bd.css",
        "tabs/getting-started.72b6749b.css",
        "tabs/getting-started.4b3b4ccb.css"
      ]
    }
  ],
  "commands": {
    "toggle-overlay": {
      "suggested_key": {
        "default": "Alt+V"
      },
      "description": "Toggle the Vind overlay on the current page."
    },
    "open-options": {
      "description": "Open the Vind options page."
    },
    "new-binding": {
      "suggested_key": {
        "default": "Alt+Shift+V"
      },
      "description": "Create a new keyboard shortcut binding."
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "vind@joacoesteban.com"
    }
  },
  "web_accessible_resources": [
    "crypto-browserify.8a8e9731.js",
    "overlay.e007e34b.css",
    "tabs/getting-started.736e475a.css",
    "made_tommy_black_personal_use-webfont.8307303c.woff2",
    "made_tommy_black_personal_use-webfont.a29cc603.woff",
    "made_tommy_extrabold_personal_use-webfont.96b23b15.woff2",
    "made_tommy_extrabold_personal_use-webfont.25dd4b8c.woff",
    "made_tommy_bold_personal_use-webfont.974b26af.woff2",
    "made_tommy_bold_personal_use-webfont.b6e1e2ff.woff",
    "made_tommy_medium_personal_use-webfont.4a677e2f.woff2",
    "made_tommy_medium_personal_use-webfont.334c11f9.woff",
    "made_tommy_regular_personal_use-webfont.0be4d820.woff2",
    "made_tommy_regular_personal_use-webfont.43853d50.woff",
    "made_tommy_light_personal_use-webfont.bc7845db.woff2",
    "made_tommy_light_personal_use-webfont.7df555f3.woff",
    "made_tommy_thin_personal_use-webfont.bf8fcb72.woff2",
    "made_tommy_thin_personal_use-webfont.ea8d2b29.woff"
  ]
}