SHOWROOM Comments & Gifts Viewer

SHOWROOM Comments & Gifts Viewer

SHOWROOM Comments & Gifts Viewer displays comments and giftings in SHOWROOM live broadcasting.

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__",
  "description": "__MSG_appDescription__",
  "default_locale": "en",
  "version": "0.1.4",
  "icons": {
    "128": "img/icon_128.png"
  },
  "app": {
    "background": {
      "scripts": [
        "js/background.js"
      ]
    }
  },
  "permissions": [
    "storage",
    "https://www.showroom-live.com/",
    "https://image.showroom-live.com/"
  ],
  "sockets": {
    "tcp": {
      "connect": "*:*"
    }
  }
}