Lenny Faces Keyboard

Lenny Faces keyboard helps you create and copy/paste Lenny Faces to anywhere.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "Lenny Faces Keyboard",
  "manifest_version": 2,
  "default_locale": "en_US",
  "version": "1.0.1",
  "description": "__MSG_application_description__",
  "permissions": [
    "storage",
    "clipboardWrite"
  ],
  "browser_action": {
    "default_popup": "Default.html"
  },
  "icons": {
    "16": "Content/Images/icon-16.png",
    "24": "Content/Images/icon-24.png",
    "32": "Content/Images/icon-32.png",
    "64": "Content/Images/icon-64.png",
    "128": "Content/Images/icon-128.png"
  },
  "homepage_url": "https://emojis-keyboard.com/emojis-keyboard",
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}