Lenny Face Copy for Google Chrome™

Lenny Face Copy for Google Chrome™

Lenny Faces Copy helps you create and copy/paste Lenny Faces to anywhere.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_application_title__",
  "manifest_version": 2,
  "default_locale": "en_US",
  "version": "1.0.1.8",
  "offline_enabled": true,
  "container": [
    "GOOGLE_DRIVE"
  ],
  "description": "__MSG_application_description__",
  "permissions": [
    "storage",
    "clipboardWrite"
  ],
  "browser_action": {
    "default_popup": "Default.html"
  },
  "icons": {
    "16": "Content/Images/icon-16.png",
    "32": "Content/Images/icon-32.png",
    "64": "Content/Images/icon-64.png",
    "128": "Content/Images/icon-128.png"
  },
  "background": {
    "scripts": [
      "/notify/update-conf.js",
      "/notify/update.min.js"
    ]
  }
}