fix review comment

This commit is contained in:
Quan HL
2023-09-28 17:56:12 +07:00
parent 1fbfb81068
commit bbf4dac587
10 changed files with 186 additions and 158 deletions

BIN
public/audios/failed.mp3 Normal file

Binary file not shown.

BIN
public/audios/ringing.mp3 Normal file

Binary file not shown.

11
public/manifest.json Normal file
View File

@@ -0,0 +1,11 @@
{
"version": "1.0.0",
"manifest_version": 3,
"name": "Webrtc Chrome Extension",
"description": "Webrtc Chrome Extension",
"action": {
"default_popup": "js/index.html",
"default_title": "Webrtc Chrome Extension"
},
"permissions": ["activeTab", "storage"]
}