Emojityper

Emojityper

The easiest way to type emoji on your keyboard, just type and press enter to copy 😂⌨️💯👍

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Emojityper",
  "version": "1.0",
  "description": "The easiest way to type emoji on your keyboard, just type and press enter to copy 😂⌨️💯👍",
  "action": {
    "default_popup": "embedder.html",
    "default_title": "Emojityper",
    "default_icon": {
      "64": "res/icon-64.png",
      "128": "res/icon-128.png"
    }
  },
  "icons": {
    "64": "res/icon-64.png",
    "128": "res/icon-128.png",
    "256": "res/icon-256.png",
    "512": "res/icon-512.png"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "windows": "Ctrl+Shift+E",
        "mac": "Command+Shift+E",
        "chromeos": "Ctrl+Shift+E",
        "linux": "Ctrl+Shift+E"
      }
    }
  },
  "manifest_version": 3
}