Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "background": { "service_worker": "background.js" }, "description": "Search Roblox servers for a desired player", "host_permissions": [ "https:\/\/*.roblox.com\/games\/" ], "icons": { "16": "images\/16x16.png", "32": "images\/32x32.png", "48": "images\/48x48.png", "128": "images\/128x128.png" }, "manifest_version": 3, "name": "BloxSearch", "permissions": [ "scripting" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.2", "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "images\/*.png", "styles.css", "load.js", "panel.html" ] } ] }