Emoticon Selector

Emoticon Selector

Copy & paste faces.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Emoticon Selector",
  "version": "1.3",
  "description": "Copy & paste faces.",
  "icons": {
    "16": "icon16.png",
    "64": "icon64.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_icon": "icon16.png",
    "default_popup": "picker.html",
    "default_title": "Emoticon Selector"
  },
  "author": "Jennifer Apacible",
  "permissions": [
    "clipboardWrite"
  ]
}