Skip to content

Commit 2382593

Browse files
authored
Fixed so that the icon can show on the chrome://extensions page
1 parent 0ec07c6 commit 2382593

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

Chromium (Manifest v3)/manifest.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
{
22
"manifest_version": 3,
33
"name": "VirusTotal Website Security Check",
4-
"version": "1.0",
5-
"description": "Automatically opens a VirusTotal website scan page on the URL you are visiting right now, in just a click of a button.",
6-
"permissions": ["activeTab"],
4+
"version": "1.12",
5+
"description": "It opens a VirusTotal website scan page on the URL you are visiting right now, in just a click of a button, of course with your consent.",
6+
"icons": {
7+
"16": "favicon-16x16.png",
8+
"32": "favicon-32x32.png",
9+
"192": "android-chrome-192x192.png"
10+
},
11+
"permissions": [
12+
"activeTab",
13+
"management"
14+
],
715
"background": {
816
"service_worker": "background.js"
917
},

0 commit comments

Comments
 (0)