RoGold Ultimate - Roblox Enhancer

RoGold Ultimate - Roblox Enhancer

Transform your Roblox experience with RoGold Ultimate - Unleash advanced customization, streamlined gameplay, and exclusive insight.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "RoGold Ultimate - Roblox Enhancer",
  "short_name": "Ultimate",
  "author": "Alrovi ApS",
  "version": "1.1.1",
  "version_name": "v1.1.1",
  "manifest_version": 3,
  "incognito": "split",
  "default_locale": "en",
  "icons": {
    "128": "images/iconrounded.png"
  },
  "background": {
    "service_worker": "/src/background.js"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "/lib/*",
        "/styles/*",
        "/svg/*",
        "/images/*",
        "/src/",
        "/models/*",
        "/fonts/*",
        "/src/*",
        "pwamanifest.webmanifest"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "content_scripts": [
    {
      "matches": [
        "*://www.roblox.com/*",
        "*://web.roblox.com/*"
      ],
      "js": [
        "/src/main.js"
      ],
      "css": [
        "/styles/dev.css"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "host_permissions": [
    "*://*.roblox.com/*",
    "*://*.rbxcdn.com/*",
    "*://*.rogold.live/*"
  ],
  "permissions": [
    "storage",
    "declarativeNetRequest",
    "notifications"
  ],
  "optional_permissions": [
    "contextMenus"
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "roblox_set",
        "enabled": true,
        "path": "/rules/roblox_set.json"
      }
    ]
  },
  "action": {
    "default_icon": "images/iconrounded.png",
    "default_popup": "popup/popup.html"
  },
  "options_ui": {
    "page": "options/options.html"
  },
  "description": "Transform your Roblox experience with RoGold Ultimate - Unleash advanced customization, streamlined gameplay, and exclusive insight.",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkWqG3HEca9XB/3asjXag8HWFBBja47BdEm+91aORPRIYAnvId8yfegRZ4JlJq/VhSuxRk/TTHiOta5jCuYeGbDdDpGY65qlZUMr7LUCWc5HSo6d61sMqgk225bjfccgj/kt8E3EzTAKYdPM+l7hWeyda04565Dfj8LRdVmqHp30RA2eufJdpyp3obnXvCa2JauRjxjfMg5LjEQZ9IJTH6ApNkG8hbgwcME6A+176iTMQ8cyh/+nBErmG3Y1RM8NsBTRgMUYaLOTaLyJVo2IlTTBiYvUmrvMHfjgoCU5gxpFcKgHQiLCEfcuGqFmmEQZhgObkH0zvT0yLGiQC/UMcPwIDAQAB"
}