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",
"author": "https:\/\/web3.okx.com",
"background": {
"service_worker": "scripts\/background\/background.js"
},
"action": {
"default_icon": {
"16": "static\/images\/icon-16.png",
"19": "static\/images\/icon-19.png",
"32": "static\/images\/icon-32.png",
"38": "static\/images\/icon-38.png",
"64": "static\/images\/icon-64.png",
"128": "static\/images\/icon-128.png",
"512": "static\/images\/icon-512.png"
},
"default_title": "__MSG_wallet_intro_product_name__",
"default_popup": "popup-init.html"
},
"commands": {
"_execute_action": {
"description": "Open popup",
"suggested_key": {
"windows": "Alt+Shift+O",
"mac": "Alt+Shift+O",
"chromeos": "Alt+Shift+O",
"linux": "Alt+Shift+O"
}
}
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"scripts\/lib\/globalthis.js",
"scripts\/lib\/all.js",
"scripts\/lib\/disable-console.js",
"scripts\/lib\/initialize.js"
],
"run_at": "document_start",
"all_frames": true
},
{
"matches": [
"https:\/\/*\/*"
],
"js": [
"scripts\/lib\/instantTrade.js"
],
"run_at": "document_end",
"all_frames": false
},
{
"matches": [
"*:\/\/x.com\/*",
"*:\/\/twitter.com\/*"
],
"css": [
"scripts\/lib\/x.css"
],
"js": [
"scripts\/lib\/x.js"
],
"run_at": "document_end",
"all_frames": true
},
{
"matches": [
"*:\/\/solscan.io\/*"
],
"css": [
"scripts\/lib\/solscan.css"
],
"js": [
"scripts\/lib\/solscan.js"
],
"run_at": "document_end",
"all_frames": true
},
{
"matches": [
"*:\/\/connect.trezor.io\/*\/popup.html"
],
"js": [
"scripts\/lib\/trezor.js"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'",
"sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self'"
},
"default_locale": "en",
"description": "__MSG_wallet_intro_text_desc__",
"icons": {
"16": "static\/images\/icon-16.png",
"19": "static\/images\/icon-19.png",
"32": "static\/images\/icon-32.png",
"38": "static\/images\/icon-38.png",
"48": "static\/images\/icon-48.png",
"64": "static\/images\/icon-64.png",
"128": "static\/images\/icon-128.png",
"512": "static\/images\/icon-512.png"
},
"manifest_version": 3,
"name": "__MSG_wallet_intro_product_name__",
"permissions": [
"storage",
"unlimitedStorage",
"activeTab",
"notifications",
"scripting",
"contextMenus",
"sidePanel",
"system.cpu",
"offscreen",
"gcm",
"alarms"
],
"optional_permissions": [
"management"
],
"side_panel": {
"default_path": "sidepanel.html"
},
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"short_name": "__MSG_wallet_intro_maintitle_product_name__",
"web_accessible_resources": [
{
"resources": [
"scripts\/lib\/inpage.js"
],
"matches": [
"<all_urls>"
]
},
{
"resources": [
"static\/images\/icon*"
],
"matches": [
"<all_urls>"
]
},
{
"resources": [
"static\/fonts\/HarmonyOS_Sans_Web\/*"
],
"matches": [
"<all_urls>"
]
},
{
"resources": [
"scripts\/lib\/iconfont-*"
],
"matches": [
"*:\/\/x.com\/*",
"*:\/\/twitter.com\/*",
"*:\/\/solscan.io\/*"
]
},
{
"resources": [
"scripts\/lib\/instantTrade.css"
],
"matches": [
"https:\/\/*\/*"
]
},
{
"resources": [
"secure-iframe.html"
],
"matches": [
"https:\/\/*\/*"
]
}
],
"version": "3.79.0",
"sandbox": {
"pages": [
"sandbox.html",
"ses.html",
"ses-sandbox.html"
]
},
"externally_connectable": {
"matches": [
"https:\/\/web3.okx.com\/*"
],
"ids": [
"*"
]
},
"minimum_chrome_version": "88"
}