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": "Klever Wallet",
"description": "Klever wallet inside your browser",
"manifest_version": 3,
"icons": {
"16": "icons\/logo16.png",
"48": "icons\/logo48.png",
"128": "icons\/logo128.png"
},
"minimum_chrome_version": "103",
"action": {
"icons": {
"16": "icons\/logo16.png",
"48": "icons\/logo48.png",
"128": "icons\/logo128.png"
},
"default_title": "Klever Wallet",
"default_popup": "index.html"
},
"permissions": [
"activeTab",
"storage",
"unlimitedStorage",
"notifications",
"declarativeNetRequestWithHostAccess",
"declarativeNetRequestFeedback",
"clipboardRead",
"sidePanel"
],
"side_panel": {
"default_path": "index.html"
},
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval' ; object-src 'self';"
},
"version": "2.20.2.0",
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"*:\/\/*\/*"
],
"content_scripts": [
{
"js": [
"assets\/content.js-loader-DoErBZis.js"
],
"matches": [
"*:\/\/*\/*"
],
"all_frames": true,
"run_at": "document_start",
"exclude_matches": [
"*:\/\/*.google.com\/*",
"*:\/\/*.twitch.tv\/*"
]
}
],
"web_accessible_resources": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"resources": [
"public\/bridge\/inject.js"
],
"use_dynamic_url": false
},
{
"matches": [
"*:\/\/*\/*"
],
"resources": [
"assets\/_sentry-release-injection-file-CFg9eL_a.js",
"assets\/content.js-3ff5Xcp6.js"
],
"use_dynamic_url": false
}
],
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"commands": {
"_execute_action": {
"suggested_key": {
"windows": "Ctrl+Shift+K",
"mac": "Command+Shift+K",
"chromeos": "Ctrl+Shift+K",
"linux": "Ctrl+Shift+K"
}
}
}
}