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": "NodeVault \u2014 Web3 Wallet",
"version": "3.0.0",
"icons": {
"16": "icons\/16.png",
"48": "icons\/128.png",
"128": "icons\/512.png"
},
"description": "__MSG_appDesc__",
"homepage_url": "https:\/\/chain.dolphinode.world\/wallet",
"short_name": "NodeVault",
"permissions": [
"tabs",
"storage",
"clipboardWrite",
"activeTab",
"scripting",
"sidePanel"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; frame-ancestors 'none';"
},
"author": "https:\/\/chain.dolphinode.world",
"minimum_chrome_version": "88",
"default_locale": "en",
"action": {
"default_popup": "popup.html",
"default_title": "NodeVault",
"default_icon": {
"16": "icons\/16.png",
"48": "icons\/128.png",
"128": "icons\/512.png"
},
"chrome_style": false
},
"side_panel": {
"default_path": "sidepanel.html"
},
"background": {
"service_worker": "sw.js"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"scripts\/content.js"
],
"run_at": "document_start",
"all_frames": true
},
{
"matches": [
"https:\/\/chain.dolphinode.world\/*"
],
"js": [
"scripts\/version.js"
],
"run_at": "document_start"
}
]
}