Enable Copy

Enable Copy

Allow selecting, copying, pasting anywhere.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "manifest_version": 2,
  "version": "1.0",
  "description": "__MSG_extDesc__",
  "default_locale": "en",
  "icons": {
    "48": "img/48.png"
  },
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "img/48.png",
    "default_title": "__MSG_extName__"
  },
  "web_accessible_resources": [
    "img/header.png",
    "img/body.png",
    "img/footer.png"
  ],
  "permissions": [
    "http://*/*",
    "https://*/*",
    "file://*/*"
  ]
}