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": "Jupiter Wallet",
"description": "The most powerful trading wallet on Solana.",
"version": "1.4.0",
"short_name": "Jupiter",
"icons": {
"16": "icon\/16.png",
"32": "icon\/32.png",
"48": "icon\/48.png",
"128": "icon\/128.png"
},
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"injected.js"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; frame-ancestors 'none';"
},
"permissions": [
"storage",
"tabs",
"windows",
"notifications",
"scripting",
"sidePanel",
"alarms",
"identity"
],
"host_permissions": [
"*:\/\/connect.trezor.io\/9\/*"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "Jupiter Wallet",
"default_popup": "popup.html"
},
"side_panel": {
"default_path": "sidepanel.html"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"all_frames": true,
"exclude_globs": [
"*chrome-extension*"
],
"run_at": "document_start",
"js": [
"content-scripts\/content.js"
]
}
]
}