Mute Tab

Mute Tab

Mute one tab or chrome, locking them too.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "minimum_chrome_version": "45",
  "name": "__MSG_ext_name__",
  "version": "2.0.0.116",
  "description": "__MSG_ext_des__",
  "default_locale": "en",
  "icons": {
    "16": "img/mute.png",
    "48": "img/mute.png",
    "128": "img/mute.png"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "19": "img/mute.png",
      "38": "img/mute.png"
    },
    "default_title": "__MSG_ext_name__",
    "default_popup": "html/popup.html"
  },
  "permissions": [
    "tabs",
    "storage"
  ]
}