Le Lenny Face

Le Lenny Face

Quickly copy Le Lenny Face and other funny faces and paste them everywhere!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Le Lenny Face",
  "description": "__MSG_extDesc__",
  "version": "0.6.7",
  "default_locale": "en",
  "icons": {
    "16": "fullopq16.png",
    "48": "fullopq48.png",
    "128": "fullopq128.png"
  },
  "background": {
    "page": "popup.html"
  },
  "browser_action": {
    "default_icon": {
      "19": "fullopq19.png",
      "38": "fullopq38.png"
    },
    "default_popup": "popup.html",
    "default_title": "Le Lenny Face"
  },
  "permissions": [
    "clipboardWrite"
  ],
  "options_page": "options/index.html"
}