Tab Manager - MegaTab

Tab Manager - MegaTab

Tab management tool to control your browser tabs

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Tab Manager - MegaTab",
  "version": "1.0.7",
  "description": "Tab management tool to control your browser tabs",
  "manifest_version": 2,
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "MegaTab"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "css": [
      "styles.css"
    ]
  },
  "permissions": [
    "tabs",
    "storage",
    "https://bitslight.com/*"
  ],
  "icons": {
    "16": "/icons/main/BMT16.png",
    "32": "/icons/main/BMT32.png",
    "48": "/icons/main/BMT48.png",
    "128": "/icons/main/BMT128.png"
  }
}