RoPro

RoPro

The perfect tool for players & traders. RoPro adds dozens of useful features to Roblox.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "RoPro",
  "description": "The perfect tool for players & traders. RoPro adds dozens of useful features to Roblox.",
  "version": "2.3",
  "manifest_version": 3,
  "content_scripts": [
    {
      "matches": [
        "https://*.roblox.com/*"
      ],
      "js": [
        "main.js"
      ]
    }
  ],
  "permissions": [
    "scripting"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "host_permissions": [
    "https://*.roblox.com/games/"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "images/*.png",
        "styles.css",
        "content.js",
        "load.js",
        "panel.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}