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, "homepage_url": "https:\/\/blockmesh.xyz", "name": "BlockMesh Network", "short_name": "BlockMesh", "description": "BlockMesh Network allows you to generate passive income from your excessive bandwidth", "version": "0.0.561", "author": "[email protected]", "minimum_chrome_version": "110", "externally_connectable": { "matches": [ "https:\/\/*.blockmesh.xyz\/*", "wss:\/\/*.blockmesh.xyz\/*" ] }, "icons": { "16": "assets\/blockmesh-icon-transparent-600x600.png", "32": "assets\/blockmesh-icon-transparent-600x600.png", "48": "assets\/blockmesh-icon-transparent-600x600.png", "128": "assets\/blockmesh-icon-transparent-600x600.png" }, "action": { "default_title": "BlockMesh Network", "default_icon": { "16": "assets\/blockmesh-icon-transparent-600x600.png", "19": "assets\/blockmesh-icon-transparent-600x600.png", "32": "assets\/blockmesh-icon-transparent-600x600.png", "38": "assets\/blockmesh-icon-transparent-600x600.png" }, "default_popup": "js\/popup.html", "show_matches": [ "*:\/\/*" ] }, "options_ui": { "page": "js\/options.html" }, "content_scripts": [ { "run_at": "document_start", "all_frames": true, "matches": [ "<all_urls>" ], "js": [ "js\/content.js" ] } ], "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';" }, "background": { "type": "module", "service_worker": "js\/background.js" }, "permissions": [ "webRequest", "alarms", "storage", "background", "declarativeNetRequest" ], "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "js\/wasm\/blockmesh_ext.js", "js\/wasm\/blockmesh_ext.wasm", "\/wasm\/blockmesh_ext.js", "\/wasm\/blockmesh_ext.wasm" ] } ] }