RoSearcher

RoSearcher

Search through the game servers for a player!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "RoSearcher",
  "manifest_version": 3,
  "version": "2.0.0",
  "description": "Search through the game servers for a player!",
  "icons": {
    "128": "images/icon.png"
  },
  "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": [
        "https://*.roblox.com/*"
      ]
    }
  ]
}