Cher Button

Cher Button

A quick and easy way to Cher content.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "version": "1.0.1",
  "manifest_version": 2,
  "description": "__MSG_extDesc__",
  "homepage_url": "https://chrome.google.com/webstore/detail/cher-button/jkjeoillhjoobmjcgegpfjkhdnaigmpo",
  "icons": {
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "browser_action": {
    "default_icon": "icons/icon19.png"
  },
  "permissions": [
    "tabs"
  ]
}