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": "Internet Money | Crypto Wallet",
"description": "",
"version": "1.47.3",
"version_name": "1.47",
"manifest_version": 3,
"background": {
"service_worker": "static\/js\/serviceWorker.js"
},
"permissions": [
"alarms",
"storage",
"webRequest",
"tabs",
"windows"
],
"host_permissions": [
"<all_urls>"
],
"action": {
"default_popup": "index.html",
"default_title": "Internet Money Wallet"
},
"content_scripts": [
{
"matches": [
"*:\/\/connect.trezor.io\/*\/popup.html"
],
"js": [
"content-scripts\/trezor.js"
]
},
{
"all_frames": true,
"js": [
"static\/js\/contentScript.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
{
"resources": [
"static\/js\/IMInjectedProvider.js"
],
"matches": [
"<all_urls>"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
},
"icons": {
"16": "IM-logo.png",
"48": "IM-logo.png",
"128": "IM-logo.png"
}
}