Neutral Face Emoji Tools

Neutral Face Emoji Tools

Tools that make life as a Slack emoji addict a little easier.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Neutral Face Emoji Tools",
  "short_name": "Emoji Tools",
  "description": "Tools that make life as a Slack emoji addict a little easier.",
  "version": "3.3.0",
  "permissions": [],
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "*://*.slack.com/*/emoji*"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "128": "images/icon_128.png"
  },
  "manifest_version": 2,
  "web_accessible_resources": [
    "content.js",
    "images/icon_128.png"
  ]
}