Tablr

Tablr

A powerful tab manager at your fingertips!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Tablr",
  "description": "A powerful tab manager at your fingertips!",
  "version": "1.3.2",
  "options_page": "settings.html",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "commands": {
    "toggle-sort": {
      "suggested_key": {
        "default": "Ctrl+Shift+A",
        "mac": "Command+Shift+A"
      },
      "description": "Sorts the tabs in A-Z"
    }
  },
  "browser_action": {
    "default_icon": "img/icon.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "img/defaultIcon16.png",
    "48": "img/icon48.png",
    "128": "img/hot.png"
  },
  "permissions": [
    "webNavigation",
    "webRequest",
    "tabs",
    "storage",
    "http://*/*",
    "https://*/*"
  ]
}