Emoji Copy Paste

Emoji Copy Paste

Click on any emoji to Copy it instantly. Now Paste it anywhere.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Emoji Copy Paste",
  "version": "0.6",
  "manifest_version": 2,
  "description": "Click on any emoji to Copy it instantly. Now Paste it anywhere.",
  "icons": {
    "128": "static/128.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "static/19.png",
      "38": "static/38.png"
    },
    "default_title": "Emoji",
    "default_popup": "main.html"
  },
  "homepage_url": "https://browsernative.com/chrome-emoji/",
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  }
}