Emoji Keyboard

Emoji Keyboard

Huge selection of emoticons. Pick any and paste anywhere!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Emoji Keyboard",
  "description": "Huge selection of emoticons. Pick any and paste anywhere!",
  "version": "1.4",
  "browser_action": {
    "default_icon": "/assets/static/pop/128.png",
    "default_popup": "/package/me/pop.html"
  },
  "icons": {
    "128": "/assets/static/pop/128.png",
    "256": "/assets/static/pop/256.png"
  },
  "background": {
    "scripts": [
      "/package/sizzle/sizzle-js.js",
      "/package/jquery/jquery-3.5.1.min.js",
      "/package/bililiteRange/bililiteRange.js",
      "/package/me/backaround/rounder.js",
      "/package/me/backaround/last.js",
      "/package/me/backaround/maker.js",
      "bkg.js"
    ],
    "persistent": true
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "windows": "Alt+Shift+E",
        "mac": "Ctrl+Shift+E",
        "chromeos": "Alt+Shift+E",
        "linux": "Alt+Shift+E"
      }
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "/package/jquery/jquery-3.5.1.min.js",
        "/package/me/frame/framer.js"
      ]
    }
  ],
  "permissions": [
    "<all_urls>",
    "storage"
  ],
  "web_accessible_resources": [
    "assets/*/**"
  ]
}