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",
"version": "6.76.0",
"manifest_version": 3,
"author": "Leather Wallet, LLC",
"description": "Leather Bitcoin Wallet - Your Bitcoin Wallet for DeFi, NFTs, Ordinals, and dApps",
"permissions": [
"contextMenus",
"storage",
"unlimitedStorage",
"notifications"
],
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Ctrl+Shift+B",
"mac": "MacCtrl+Shift+B"
},
"description": "Opens Stacks App"
}
},
"host_permissions": [
"*:\/\/*\/*"
],
"content_security_policy": {
"extension_pages": "default-src 'none'; connect-src *; style-src 'unsafe-inline'; img-src 'self' data: https:; script-src 'self' 'wasm-unsafe-eval'; object-src 'none'; frame-src https:\/\/ordinals.com\/; frame-ancestors 'none';"
},
"web_accessible_resources": [
{
"resources": [
"inpage.js"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"action": {
"default_title": "Leather",
"default_popup": "action-popup.html",
"default_icon": "assets\/icons\/leather-icon-128.png"
},
"options_ui": {
"page": "index.html",
"open_in_tab": true
},
"content_scripts": [
{
"run_at": "document_start",
"js": [
"content-script.js"
],
"matches": [
"*:\/\/*\/*"
],
"all_frames": true
}
],
"name": "Leather",
"icons": {
"128": "assets\/icons\/leather-icon-128.png",
"256": "assets\/icons\/leather-icon-256.png",
"512": "assets\/icons\/leather-icon-512.png"
},
"background": {
"service_worker": "background.js",
"type": "module"
}
}