Examine source code of Tab Click Order

Inspect and view changes in Tab Click Order 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
{
  "applications": {
    "gecko": {
      "strict_min_version": "48.0",
      "id": "{1f5e9eec-8334-4786-b780-eaa03c04f1a4}"
    }
  },
  "background": {
    "scripts": [
      "index.js"
    ]
  },
  "commands": {
    "roll-left": {
      "suggested_key": {
        "default": "Ctrl+Shift+K",
        "linux": "Ctrl+Shift+K"
      },
      "description": "Roll left"
    },
    "roll-right": {
      "suggested_key": {
        "default": "Ctrl+Shift+L",
        "linux": "Ctrl+Shift+L"
      },
      "description": "Roll right"
    },
    "clear-stacks": {
      "suggested_key": {
        "default": "Ctrl+Shift+X",
        "linux": "Ctrl+Shift+X"
      },
      "description": "Clear tabs order history"
    }
  },
  "browser_action": {
    "default_icon": {
      "48": "icon-48.png"
    }
  },
  "icons": {
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "manifest_version": 2,
  "name": "Tab Click Order",
  "author": "German Ilin",
  "description": "Switch between tabs in tab click/activation order",
  "version": "1.2resigned1",
  "permissions": []
}