emoji Remote URL

emoji Remote URL

url is more than words, get the remote URL of emoji.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "default_locale": "zh_CN",
  "description": "__MSG_extDesp__",
  "version": "1.0.1",
  "icons": {
    "16": "res/icon_64.png",
    "32": "res/icon_64.png",
    "64": "res/icon_64.png",
    "128": "res/icon_128.png",
    "256": "res/icon_256.png"
  },
  "browser_action": {
    "default_icon": "res/icon_256.png",
    "default_popup": "res/popup.html"
  },
  "permissions": [
    "clipboardWrite"
  ]
}