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:\/\/perceptrons.xyz\/", "name": "Perceptron Network", "short_name": "Perceptron", "description": "Perceptron Network is the first AI-powered system where your interactions drive growth and earn real rewards", "version": "0.0.572", "author": "[email protected]", "minimum_chrome_version": "110", "externally_connectable": { "matches": [ "https:\/\/*.blockmesh.xyz\/*", "wss:\/\/*.blockmesh.xyz\/*", "https:\/\/*.perceptrons.xyz\/*", "wss:\/\/*.perceptrons.xyz\/*" ] }, "icons": { "16": "assets\/perceptron-white.png", "32": "assets\/perceptron-white.png", "48": "assets\/perceptron-white.png", "128": "assets\/perceptron-white.png" }, "action": { "default_title": "Perceptron Network", "default_icon": { "16": "assets\/perceptron-white.png", "19": "assets\/perceptron-white.png", "32": "assets\/perceptron-white.png", "38": "assets\/perceptron-white.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": [ "alarms", "storage", "background" ], "host_permissions": [ "https:\/\/*.perceptrons.xyz\/*", "https:\/\/*.blockmesh.xyz\/*" ], "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" ] } ] }