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",
"description": "Buy Bitcoin. Trade Runes, Ordinals, BTKNs, & L2s like Spark, Stacks & Starknet.",
"version": "1.8.1",
"name": "Xverse: Bitcoin Crypto Wallet",
"manifest_version": 3,
"options_page": "options.html",
"side_panel": {
"default_path": "panel.html"
},
"action": {
"default_popup": "popup.html",
"default_icon": "xverse_icon.png",
"default_title": "Xverse: Bitcoin Crypto Wallet"
},
"chrome_url_overrides": [],
"background": {
"service_worker": "background.js",
"type": "module"
},
"icons": {
"128": "xverse_icon.png"
},
"web_accessible_resources": [
{
"resources": [
"inpage.js"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"host_permissions": [
"*:\/\/*\/*"
],
"permissions": [
"storage",
"tabs",
"sidePanel"
],
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'none'; default-src 'none'; connect-src *; style-src 'unsafe-inline'; frame-src 'none'; frame-ancestors 'none'; img-src 'self' data: https:; media-src 'self' data: https:; font-src 'self' data:;"
},
"content_scripts": [
{
"run_at": "document_start",
"js": [
"browser-polyfill.js",
"content-script.js"
],
"matches": [
"*:\/\/*\/*"
]
}
]
}