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",
"name": "__MSG_extName__",
"version": "2.78.0",
"description": "__MSG_description__",
"manifest_version": 3,
"default_locale": "en",
"content_security_policy": {
"extension_pages": "object-src 'self'; script-src 'self' 'wasm-unsafe-eval'"
},
"web_accessible_resources": [
{
"resources": [
"gt-window-provider-btc.js",
"gt-window-provider-ton.js",
"gt-window-provider-substrate.js",
"gt-window-provider-stx.js",
"gt-window-provider-starknet.js",
"gt-window-provider.js",
"browser.cn.js",
"webpro-loader.js"
],
"matches": [
"https:\/\/*\/*",
"http:\/\/localhost\/*"
]
}
],
"content_scripts": [
{
"matches": [
"file:\/\/*\/*",
"http:\/\/localhost\/*",
"https:\/\/*\/*"
],
"js": [
"gt-provider-bridge.js"
],
"run_at": "document_start",
"all_frames": true
}
],
"commands": {
"_execute_action": {
"suggested_key": {
"windows": "Alt+T",
"mac": "Alt+T",
"chromeos": "Alt+T",
"linux": "Alt+T"
}
}
},
"icons": {
"128": "icon-128.png"
},
"action": {
"default_title": "Gate Wallet",
"default_popup": "popup.html"
},
"host_permissions": [
"https:\/\/www.gate.io\/*",
"https:\/\/www.gate.com\/*",
"https:\/\/web02.gatedata.org\/*",
"http:\/\/test01.gate.io\/*",
"http:\/\/localhost\/*",
"https:\/\/14050.gateio.tech\/*",
"https:\/\/apmplus.volces.com\/*"
],
"permissions": [
"alarms",
"storage",
"unlimitedStorage",
"activeTab",
"tabs",
"background",
"cookies",
"sidePanel"
],
"side_panel": {
"default_path": "popup.html"
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"externally_connectable": {
"matches": [
"https:\/\/*\/*",
"http:\/\/localhost\/*"
],
"ids": [
"*"
]
}
}