Keyboard.cool - emoji & symbol keyboard

Keyboard.cool - emoji & symbol keyboard

Insert emoji and symbols directly into text fields. Use super fast search to pick from over 7500 symbols.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Keyboard.cool - emoji & symbol keyboard",
  "short_name": "Keyboard.cool",
  "description": "Insert emoji and symbols directly into text fields. Use super fast search to pick from over 7500 symbols.",
  "version": "1.1.1",
  "author": "blade.sk",
  "icons": {
    "128": "assets/icons/icon_128.png"
  },
  "action": {
    "default_icon": {
      "16": "assets/icons/inactive_16.png",
      "32": "assets/icons/inactive_32.png"
    },
    "default_popup": "popup.html",
    "default_title": "Keyboard.cool"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "windows": "Ctrl+Shift+Z",
        "mac": "Command+Shift+Z",
        "chromeos": "Ctrl+Shift+Z",
        "linux": "Ctrl+Shift+Z"
      }
    }
  },
  "permissions": [
    "activeTab",
    "scripting"
  ]
}