RoSearcher

RoSearcher

Search through the game servers for a player!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "RoSearcher",
  "manifest_version": 2,
  "version": "2.0.0",
  "description": "Search through the game servers for a player!",
  "icons": {
    "128": "images/icon.png"
  },
  "permissions": [
    "*://*.roblox.com/*",
    "*://*.rbxcdn.com/*"
  ],
  "web_accessible_resources": [
    "images/*.png",
    "content.js",
    "load.js",
    "panel.html"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.roblox.com/games/*"
      ],
      "run_at": "document_idle",
      "css": [
        "styles.css"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{499260da-edae-4fc0-be5e-8f46cb4c56f2}"
    }
  }
}