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": "Bless", "version": "0.1.8", "description": "Bless Browser Extension", "icons": { "48": "icon-48.png", "128": "icon-128.png" }, "background": { "service_worker": "background.js", "type": "module" }, "externally_connectable": { "matches": [ "http:\/\/localhost:3000\/*", "https:\/\/run-dashboard.vercel.app\/*", "https:\/\/bless.network\/dashboard\/*" ] }, "action": { "default_popup": "index.html" }, "permissions": [ "storage", "background", "system.cpu", "system.memory" ], "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqUGI\/tf33eY4wYYarZCbEoyuWZJNBIXYrurR9M\/gG83+Mqq62qOeYT4XpA1YDBzqVf9JsfZpoIWiH6tdq\/IXWgbJkTQkfrWd\/T7JSPmDdMHizUrbp\/uYYWI1wUcCeAyJsvFEHUVSznCWYXGoc9bK5QWUzRf504sLNdGOuZpiXMfraLOCk3K5XCBPdm4RWUL5pvqom9IMGMzxls3i\/3EY8RkPpcwWabxdgZGWQOnOcIaAMwxNjwLcyTxBVQAsmB4BGEABpGoFyCcPisR\/B\/BF2HXonXz2brZnJUut5ayod9c1pY3t83BBRM3qoxZtejaD7GLeOmaPz8YVQeivjeNsAQIDAQAB" }