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,
"action": {
"default_popup": "popup.html"
},
"side_panel": {
"default_path": "sidePanel.html"
},
"web_accessible_resources": [
{
"resources": [
"injected.js"
],
"matches": [
"<all_urls>"
]
}
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Alt+Shift+B"
}
}
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"exclude_matches": [
"*:\/\/*.linear.app\/*",
"*:\/\/*.apple.com\/*",
"*:\/\/*.axiom.co\/*",
"*:\/\/*.tradingview.com\/*",
"*:\/\/*.dropbox.com\/*",
"*:\/\/*.google.com\/*",
"*:\/\/*.github.com\/*",
"*:\/\/*.cloudflare.com\/*"
],
"run_at": "document_start",
"exclude_globs": [
"*chrome-extension*",
"*.google.com*"
],
"js": [
"contentScript.js"
],
"all_frames": true
},
{
"matches": [
"https:\/\/connect.trezor.io\/*"
],
"js": [
"vendor\/trezor-content-script.js"
]
}
],
"icons": {
"16": "anchor.png",
"192": "anchor.png",
"512": "anchor.png"
},
"host_permissions": [
"https:\/\/twitter.com\/*",
"https:\/\/x.com\/*",
"https:\/\/connect.trezor.io\/*"
],
"permissions": [
"storage",
"unlimitedStorage",
"background",
"sidePanel",
"declarativeNetRequest"
],
"description": "A next level crypto wallet for Solana, Ethereum, Monad, Sui, and more.",
"version": "0.10.174",
"name": "Backpack"
}