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",
"description": "ONTO Wallet: A Multi-Chain Identity Wallet",
"version": "0.9.13",
"manifest_version": 3,
"name": "ONTO Wallet",
"background": {
"service_worker": "background.bundle.js"
},
"action": {
"default_popup": "popup.html",
"default_title": "Open the wallet"
},
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"file:\/\/*\/*",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_start",
"js": [
"contentScript.bundle.js"
]
},
{
"matches": [
"file:\/\/*\/*",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_start",
"js": [
"contentScriptMain.bundle.js"
],
"world": "MAIN"
}
],
"web_accessible_resources": [
{
"resources": [
"icon16.png",
"icon32.png",
"icon48.png",
"icon128.png",
"inpage.bundle.js",
"inpageCoverDefault.bundle.js"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';"
},
"permissions": [
"storage",
"tabs",
"alarms"
]
}