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": "HashPass Wallet", "short_name": "HashPass Wallet", "version": "1.0.0", "default_locale": "en", "description": "Secure crypto wallet for Web3 by HashKey", "icons": { "16": "images\/icon-16.png", "19": "images\/icon-19.png", "32": "images\/icon-32.png", "38": "images\/icon-38.png", "48": "images\/icon-48.png", "64": "images\/icon-64.png", "128": "images\/icon-128.png", "512": "images\/icon-512.png" }, "action": { "default_icon": { "16": "images\/icon-16.png", "19": "images\/icon-19.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "default_title": "HashPass", "default_popup": "popup.html" }, "background": { "service_worker": "sw.js" }, "side_panel": { "default_path": "sidepanel.html" }, "content_scripts": [ { "all_frames": true, "js": [ "webextension-polyfill.js", "content-script.js" ], "matches": [ "file:\/\/*\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'" }, "permissions": [ "storage", "unlimitedStorage", "sidePanel", "tabs" ], "host_permissions": [ "<all_urls>" ], "web_accessible_resources": [ { "resources": [ "pageProvider.js" ], "matches": [ "<all_urls>" ] } ] }