Keep It Tidy - Tab Manager

Keep It Tidy - Tab Manager

Organize your tabs with ease

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "short_name": "__MSG_extShortName__",
  "version": "3.1.1",
  "default_locale": "en",
  "description": "__MSG_extDesc__",
  "icons": {
    "16": "img/logo-16.png",
    "48": "img/logo-48.png",
    "128": "img/logo-128.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "img/logo-19.png",
      "38": "img/logo-38.png"
    },
    "default_popup": "popup.html",
    "default_title": "__MSG_extShortName__"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  },
  "permissions": [
    "tabs",
    "notifications",
    "storage"
  ]
}