Special Characters - Click and Paste

Special Characters - Click and Paste

Copy special characters to the clipboard

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Special Characters - Click and Paste",
  "description": "Copy special characters to the clipboard",
  "version": "1.51",
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icons/icon.png"
  },
  "permissions": [
    "storage"
  ],
  "options_page": "options.html",
  "manifest_version": 2
}