Symbols Copy and Paste

Symbols Copy and Paste

Best extension for symbols, text symbols and text emojis with one click copy and paste option

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Symbols Copy and Paste",
  "description": "Best extension for symbols, text symbols and text emojis with one click copy and paste option",
  "version": "2",
  "browser_action": {
    "default_icon": "images/icon.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "images/icon.png",
    "32": "images/icon.png",
    "48": "images/icon.png",
    "128": "images/icon.png"
  }
}