Emoji Keyboard — typing to emoji

Emoji Keyboard — typing to emoji

keep trying to find an emoji. Select and copy your favorite emoji like cow, horse, eating, flag, laughing, crying and more emojis

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": {
      "32": "data/icons/32.png",
      "48": "data/icons/48.png",
      "64": "data/icons/64.png",
      "128": "data/icons/128.png"
    },
    "default_title": "Emoji keyboard"
  },
  "background": {
    "service_worker": "background.js"
  },
  "commands": {
    "_execute_action": {}
  },
  "default_locale": "en",
  "description": "__MSG_app_description__",
  "homepage_url": "https://www.downloadhub.cloud/2023/04/Emoji.html",
  "icons": {
    "32": "data/icons/32.png",
    "48": "data/icons/48.png",
    "64": "data/icons/64.png",
    "128": "data/icons/128.png"
  },
  "manifest_version": 3,
  "name": "__MSG_app_name__",
  "offline_enabled": true,
  "permissions": [
    "storage",
    "contextMenus"
  ],
  "short_name": "emoji",
  "version": "0.1.2",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}