RoWatch Searcher

RoWatch Searcher

Search Roblox servers for a desired player

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "service_worker": "background.js"
  },
  "description": "Search Roblox servers for a desired player",
  "host_permissions": [
    "https://*.roblox.com/"
  ],
  "icons": {
    "16": "images/16x16.png",
    "32": "images/32x32.png",
    "48": "images/48x48.png",
    "128": "images/128x128.png"
  },
  "manifest_version": 3,
  "name": "RoWatch Searcher",
  "permissions": [
    "scripting"
  ],
  "version": "1.0.0",
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "images/*.png",
        "styles.css",
        "content.js",
        "load.js",
        "panel.html"
      ]
    }
  ]
}