Emoji Copy Paste

Emoji Copy Paste

Easily click on any emoji to immediately copy and paste it somewhere else

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": {
      "19": "static/19.png",
      "38": "static/38.png"
    },
    "default_popup": "main.html",
    "default_title": "COPY Emoji"
  },
  "description": "Easily click on any emoji to immediately copy and paste it somewhere else",
  "homepage_url": "https://thecopyemoji.com/",
  "icons": {
    "128": "static/128.png"
  },
  "permissions": [
    "webNavigation",
    "storage"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "manifest_version": 3,
  "name": "Emoji Copy Paste",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.1"
}