RoGold - Level Up Roblox

RoGold - Level Up Roblox

Your new and improved Roblox experience

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "RoGold - Level Up Roblox",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "author": "alexop",
  "version": "1.5.2",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "web_accessible_resources": [
    "init.js",
    "svg/*",
    "images/*",
    "css/*",
    "retrieveGlobal.js",
    "useAngular.js",
    "icons/*",
    "cdn.discordapp.com",
    "libraries/request.js"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.roblox.com/*",
        "*://web.roblox.com/*"
      ],
      "js": [
        "/libraries/!util.js",
        "/libraries/ByteReader.js",
        "/libraries/RBXM/Binary.js",
        "/libraries/RBXM/LZ4.js",
        "/libraries/RBXM/RBXMReader.js",
        "/libraries/RBXM/Stream.js",
        "/libraries/RBXM/xml.js",
        "/libraries/currencies.js",
        "/libraries/jquery-3.5.1.min.js",
        "/libraries/jquery-ui-1.12.1.js",
        "/libraries/luaparse.js",
        "/libraries/lzma_worker-min.js",
        "/libraries/modal.js",
        "/libraries/pager.js",
        "/libraries/request.js",
        "/libraries/resemble.js",
        "chromeRequest.js",
        "all.js",
        "develop.js",
        "library.js",
        "outfitcopy.js",
        "upload.js",
        "discover.js",
        "game.js",
        "joinlink.js",
        "catalog.js",
        "group.js",
        "home.js",
        "inventory.js",
        "search.js",
        "settings.js",
        "avatar.js",
        "banned.js",
        "friends.js",
        "messages.js",
        "profile.js",
        "retrieveGlobal.js",
        "useAngular.js",
        "inject.js"
      ],
      "css": [
        "/css/all.css",
        "css/slider.css"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "browser_action": {
    "default_icon": "icons/grey.png",
    "default_popup": "popup/popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{048bba8c-c62d-4967-963d-d663cae75d3f}"
    }
  },
  "icons": {
    "16": "icons/grey_16x16.png",
    "48": "icons/grey_48x48.png",
    "128": "icons/grey_128x128.png"
  },
  "permissions": [
    "storage",
    "contextMenus",
    "clipboardWrite",
    "notifications",
    "*://*.roblox.com/*",
    "*://*.rbxcdn.com/*",
    "*://rogold.live/*"
  ],
  "short_name": "RoGold"
}