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",
"icons": {
"16": "icon16.plasmo.4fc44a02.png",
"32": "icon32.plasmo.8143e39a.png",
"48": "icon48.plasmo.09c4451a.png",
"64": "icon64.plasmo.91e84bd0.png",
"128": "icon128.plasmo.649aef66.png"
},
"manifest_version": 3,
"action": {
"default_icon": {
"16": "icon16.plasmo.4fc44a02.png",
"32": "icon32.plasmo.8143e39a.png",
"48": "icon48.plasmo.09c4451a.png",
"64": "icon64.plasmo.91e84bd0.png",
"128": "icon128.plasmo.649aef66.png"
},
"default_popup": "popup.html"
},
"version": "1.1.7",
"author": "Coin98",
"name": "Viction Wallet",
"description": "Viction Wallet by Coin98 ",
"background": {
"service_worker": "background.9389a498.js"
},
"permissions": [
"storage",
"activeTab",
"tabs",
"unlimitedStorage",
"clipboardRead"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"contents.ea72c30e.js"
],
"all_frames": true,
"run_at": "document_start",
"css": []
}
],
"default_locale": "en",
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
},
"web_accessible_resources": [
{
"resources": [
"public\/**"
],
"matches": [
"*:\/\/*\/*"
]
},
{
"matches": [
"<all_urls>"
],
"resources": [
"inpage.68cf81e8.js"
]
}
],
"host_permissions": [
"*:\/\/*\/"
]
}