Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "WormWorld Connect Light", "short_name": "WWC-LIGHT", "description": "vers\u00e3o somente com as salas, e custom skin! Conectando Amigos, Equipes e Pessoas. \/ Connecting Friends, Teams and People.", "default_locale": "pt_BR", "version": "0.0.1", "action": { "default_popup": "popup\/popup.html", "default_title": "LIGHT WORM WORLD CONNECT - OFFICIAL" }, "content_scripts": [ { "matches": [ "https:\/\/wormate.io\/*", "https:\/\/wormworld.io\/*" ], "js": [ "background.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [], "matches": [ "*:\/\/wormate.io\/*" ] } ], "icons": { "16": "images\/favicon.ico", "32": "images\/favicon.ico", "64": "images\/icon-192.png", "192": "images\/icon-192.png", "512": "images\/icon-512.png" }, "background": { "service_worker": "background.js" }, "declarative_net_request": { "rule_resources": [ { "enabled": true, "id": "ruleset_1", "path": "rules.json" } ] }, "host_permissions": [ "*:\/\/wormate.io\/*", "*:\/\/wormworld.io\/*" ], "permissions": [ "declarativeNetRequest" ] }