Wakfreeca

Wakfreeca

AfreecaTV utility for woowakgood

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Wakfreeca",
  "description": "AfreecaTV utility for woowakgood",
  "version": "2.2.0",
  "action": {
    "default_icon": {
      "16": "images/icon-16.png",
      "32": "images/icon-32.png",
      "48": "images/icon-48.png",
      "128": "images/icon-128.png"
    },
    "default_popup": "pages/index.html"
  },
  "icons": {
    "16": "images/icon-16.png",
    "32": "images/icon-32.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "content_scripts": [
    {
      "js": [
        "dist/live/element-filter.bundle.js",
        "dist/live/settings.bundle.js",
        "dist/live/move-layer.bundle.js",
        "dist/common/initializer.bundle.js"
      ],
      "matches": [
        "https://play.afreecatv.com/*"
      ]
    },
    {
      "js": [
        "dist/live/user-list-searcher.bundle.js"
      ],
      "matches": [
        "https://play.afreecatv.com/*"
      ],
      "css": [
        "css/user-list-searcher.css"
      ],
      "world": "MAIN"
    },
    {
      "js": [
        "dist/vod/element-filter.bundle.js",
        "dist/vod/settings.bundle.js",
        "dist/common/initializer.bundle.js"
      ],
      "matches": [
        "https://vod.afreecatv.com/*"
      ]
    }
  ],
  "permissions": [
    "storage"
  ],
  "background": {
    "service_worker": "dist/background.bundle.js"
  }
}