Roblox Server Search

Roblox Server Search

Searches for a Roblox server with the least amount of users active.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "description": "Searches for a roblox server with the least amount of users active.",
  "manifest_version": 2,
  "name": "RobloxServerSearch",
  "author": "Stillwater",
  "version": "1.1",
  "homepage_url": "https://github.com/StillwaterYT/RobloxServerSearch",
  "icons": {
    "48": "icons/icon.png"
  },
  "permissions": [
    "*://*.roblox.com/*",
    "webRequest"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.roblox.com/*"
      ],
      "js": [
        "ServerSearch.js"
      ]
    }
  ]
}