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", "short_name": "WWC", "description": "Conectando Amigos, Equipes e Pessoas. \/ Connecting Friends, Teams and People.", "default_locale": "pt_BR", "version": "0.0.8", "action": { "default_popup": "popup\/popup.html", "default_title": "WORM WORLD - OFFICIAL" }, "content_scripts": [ { "matches": [ "https:\/\/wormate.io\/*", "https:\/\/wormworld.io\/*" ], "css": [ "\/css\/shared.css" ], "js": [ "background.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "js\/messages_en.js" ], "matches": [ "*:\/\/wormate.io\/*" ] } ], "icons": { "64": "images\/favicon64x64.png", "128": "images\/favicon128x128.png", "192": "images\/favicon192x192.png", "256": "images\/favicon256x256.png", "512": "images\/favicon512x512.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" ] }