Emoty

Emoty

Emoji-Cheet-Sheet for Chrome. Click the emoji and it will be copied to your clipboard. Change log v 2.0.0 Make faster!…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Emoty",
  "version": "2.0.0",
  "manifest_version": 2,
  "icons": {
    "16": "images/icons/16.png",
    "48": "images/icons/48.png",
    "128": "images/icons/128.png"
  },
  "permissions": [
    "clipboardWrite"
  ],
  "browser_action": {
    "default_icon": "images/icons/19.png",
    "default_title": "Emoty",
    "default_popup": "popup.html"
  }
}