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": "__MSG_name__",
"description": "__MSG_description__",
"version": "0.18.0",
"manifest_version": 3,
"default_locale": "en",
"action": {
"default_icon": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"default_popup": "index.html",
"default_title": "Web3 Antivirus"
},
"permissions": [
"storage",
"unlimitedStorage",
"tabs",
"cookies",
"scripting",
"alarms"
],
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"css": [
"\/static\/css\/global.css"
],
"js": [
"\/static\/js\/inject.js"
],
"run_at": "document_end"
},
{
"matches": [
"https:\/\/app.1inch.io\/*",
"https:\/\/www.sushi.com\/*"
],
"css": [
"\/static\/css\/swap-analyze.css"
],
"js": [
"\/static\/js\/swap-analyze.js"
],
"run_at": "document_end"
},
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"injectedScript.js"
],
"all_frames": true,
"run_at": "document_start",
"world": "MAIN"
},
{
"matches": [
"https:\/\/etherscan.io\/*"
],
"css": [
"\/static\/css\/etherscan.css"
],
"js": [
"\/static\/js\/etherscan.js"
],
"run_at": "document_end"
},
{
"matches": [
"https:\/\/debank.com\/profile\/*"
],
"css": [
"\/static\/css\/debank.css"
],
"js": [
"\/static\/js\/debank.js"
],
"run_at": "document_end"
},
{
"matches": [
"https:\/\/app.layer3.xyz\/*"
],
"css": [
"\/static\/css\/layer3.css"
],
"js": [
"\/static\/js\/layer3.js"
],
"run_at": "document_end"
},
{
"matches": [
"https:\/\/x.com\/*"
],
"js": [
"\/static\/js\/twitter.js"
],
"css": [
"\/static\/css\/twitter.css"
],
"run_at": "document_end"
},
{
"matches": [
"https:\/\/opensea.io\/*"
],
"js": [
"\/static\/js\/opensea.js"
],
"css": [
"\/static\/css\/opensea.css"
],
"run_at": "document_end"
},
{
"matches": [
"https:\/\/rarible.com\/*"
],
"js": [
"\/static\/js\/rarible.js"
],
"css": [
"\/static\/css\/rarible.css"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
{
"resources": [
"static\/media\/*",
"injectedScript.js",
"tracing.html",
"static\/css\/inject.css"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"background": {
"service_worker": "background.js"
},
"host_permissions": [
"<all_urls>"
],
"homepage_url": "https:\/\/web3antivirus.io\/"
}