You Stickers

You Stickers

A minimal toolkit for Chatwork.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "You Stickers",
  "version": "9.4.5",
  "description": "A minimal toolkit for Chatwork.",
  "icons": {
    "128": "icon_128.PNG"
  },
  "browser_action": {
    "default_icon": "icon.PNG"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.chatwork.com/*"
      ],
      "css": [
        "tribute.css"
      ],
      "js": [
        "tribute.js",
        "contentScript.js"
      ]
    }
  ]
}