RoKit - Roblox WebKit. Best Roblox Enhancer

RoKit - Roblox WebKit. Best Roblox Enhancer

Enhance Roblox Experience! Amazing Features Added to Roblox Here!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "RoKit - Roblox WebKit. Best Roblox Enhancer",
  "version": "1.3.6",
  "action": {
    "default_popup": "index.html",
    "default_icon": {
      "16": "./images/default-150.png",
      "19": "./images/default-150.png",
      "32": "./images/default-150.png",
      "38": "./images/default-150.png"
    }
  },
  "side_panel": {
    "default_path": "index.html"
  },
  "description": "Enhance Roblox Experience! Amazing Features Added to Roblox Here!",
  "icons": {
    "16": "./images/default.png",
    "48": "./images/default.png",
    "128": "./images/default.png"
  },
  "permissions": [
    "storage",
    "cookies",
    "webRequest",
    "sidePanel",
    "scripting"
  ],
  "host_permissions": [
    "*://*.roblox.com/*",
    "*://*.rbxcdn.com/*",
    "*://*.rokit.gg/*"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.roblox.com/*",
        "*://*.rbxcdn.com/*",
        "*://*.rokit.gg/*",
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "./dist/js/jquery.js",
        "./dist/js/content-script.js"
      ],
      "css": [
        "./dist/css/content-script.css"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "/dist/js/inject.js",
        "/images/*"
      ],
      "matches": [
        "*://*.roblox.com/*",
        "*://*.rbxcdn.com/*",
        "*://*.rokit.gg/*"
      ]
    }
  ]
}