Lets Kick It!

Lets Kick It!

Lets Kick It: Enhance your experience on kick.com!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Lets Kick It!",
  "description": "Lets Kick It: Enhance your experience on kick.com!",
  "version": "1.0.9",
  "permissions": [
    "storage",
    "clipboardWrite"
  ],
  "content_scripts": [
    {
      "js": [
        "assets/content-script-loader.content.js.96671a55.e95afd74.js"
      ],
      "matches": [
        "https://www.kick.com/*",
        "https://kick.com/*"
      ],
      "css": [
        "assets/content.js.df446fae.css"
      ]
    }
  ],
  "icons": {
    "16": "res/icon/app/16.png",
    "20": "res/icon/app/20.png",
    "48": "res/icon/app/48.png",
    "64": "res/icon/app/64.png"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "https://kick.com/*",
        "https://www.kick.com/*"
      ],
      "resources": [
        "/res/icon/*"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "https://kick.com/*",
        "https://www.kick.com/*"
      ],
      "resources": [
        "assets/Utility.c392c438.js",
        "assets/index.08457922.js",
        "assets/content.js.96671a55.js"
      ],
      "use_dynamic_url": true
    }
  ],
  "action": {
    "default_title": "Lets Kick It! By Gawbly"
  }
}