ClickTabSort

ClickTabSort

Sort tabs from the right click menu.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_name__",
  "version": "3.2.1",
  "description": "Sort tabs from the right click menu.",
  "applications": {
    "gecko": {
      "id": "{9a51d52f-40fa-44c6-9c62-66936e43c4db}",
      "strict_min_version": "53.0"
    }
  },
  "permissions": [
    "contextMenus",
    "notifications",
    "storage",
    "tabs"
  ],
  "background": {
    "scripts": [
      "common.js",
      "sort.js",
      "messaging.js",
      "menu.js"
    ]
  },
  "default_locale": "en",
  "options_ui": {
    "page": "options.html"
  }
}