YouGame Discord RPC

YouGame Discord RPC

Расширение для отображения активности на YouGame.Biz в статусе Discord RP. Основано на Discord-RPC-Extension

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "YouGame Discord RPC",
  "version": "1.1.9",
  "description": "Расширение для отображения активности на YouGame.Biz в статусе Discord RP. Основано на Discord-RPC-Extension",
  "background": {
    "scripts": [
      "extensionId.js",
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png",
    "512": "icons/icon512.png"
  },
  "content_scripts": [
    {
      "js": [
        "extensionId.js",
        "main.js"
      ],
      "matches": [
        "*://*.yougame.biz/*",
        "*://yougame.biz/*",
        "*://*.yougame.bz/*",
        "*://yougame.bz/*"
      ]
    }
  ],
  "externally_connectable": {
    "ids": [
      "*"
    ]
  }
}