fix review comment

This commit is contained in:
Quan HL
2023-10-09 06:25:34 +07:00
parent 5913d6a641
commit ad2c0dd98b
8 changed files with 34 additions and 32 deletions

BIN
public/icons/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

BIN
public/icons/icon1024.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

BIN
public/icons/icon192.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

BIN
public/icons/icon384.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
public/icons/icon512.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View File

@@ -1,13 +1,22 @@
{
"version": "1.0.0",
"manifest_version": 3,
"name": "Webrtc Chrome Extension",
"description": "Webrtc Chrome Extension",
"name": "Jambonz Webrtc Client",
"description": "Jambonz Webrtc Client",
"action": {
"default_title": "Webrtc Chrome Extension"
"default_title": "Jambonz Webrtc Client"
},
"background": {
"service_worker": "background/index.js"
},
"permissions": ["activeTab", "storage"]
"permissions": ["activeTab", "storage"],
"icons": {
"16": "icons/icon.png",
"48": "icons/icon.png",
"128": "icons/icon.png",
"192": "icons/icon192.png",
"384": "icons/icon384.png",
"512": "icons/icon512.png",
"1024": "icons/icon1024.png"
}
}