Your Emoji Keyboard

Your Emoji Keyboard

Huge selection of emoticons. Insert emoticons in one click!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "default_locale": "en",
  "description": "Huge selection of emoticons. Insert emoticons in one click!",
  "version": "1.2",
  "browser_action": {
    "default_icon": "soulvier/bont/inger/emoji.png",
    "default_popup": "conca.html"
  },
  "icons": {
    "128": "soulvier/bont/inger/emoji.png"
  },
  "background": {
    "scripts": [
      "/soulvier/bont/inger/sizzle-js.js",
      "/soulvier/bont/inger/bililiteRange.js",
      "/soulvier/gear/toula.js",
      "/soulvier/gear/paravba.js"
    ]
  },
  "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": [
        "/soulvier/gear/tetra.js"
      ]
    }
  ],
  "permissions": [
    "<all_urls>",
    "storage"
  ],
  "web_accessible_resources": [
    "data/*"
  ]
}