TabPolish

TabPolish

Cut down on the number of duplicate tabs you have open.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "TabPolish",
  "description": "Cut down on the number of duplicate tabs you have open.",
  "version": "0.7.0",
  "permissions": [
    "tabs",
    "storage"
  ],
  "background": {
    "page": "index.html",
    "persistent": true
  },
  "icons": {
    "16": "magic-10-icon-16.png",
    "48": "magic-10-icon-48.png",
    "128": "magic-10-icon-128.png"
  },
  "browser_action": {
    "default_icon": "magic-10-icon-48.png",
    "default_popup": "index.html"
  },
  "options_page": "index.html"
}