Examine source code of Duplicate Tab Hotkey

Inspect and view changes in Duplicate Tab Hotkey 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,
  "version": "2.1resigned1",
  "name": "__MSG_Name__",
  "description": "__MSG_Description__",
  "homepage_url": "https://addons.mozilla.org/de/firefox/addon/duplicate-tab-hotkey/",
  "default_locale": "en",
  "commands": {
    "accel-k": {
      "suggested_key": {
        "default": "Ctrl+Shift+K"
      },
      "description": "__MSG_Description__"
    }
  },
  "background": {
    "scripts": [
      "accel-k.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "duplicate-tab-hotkey@tynn.addons.mozilla.org"
    }
  }
}