mirror of
https://github.com/jambonz/chrome-extension-dialer.git
synced 2026-01-25 02:08:05 +00:00
fix review comment
This commit is contained in:
BIN
public/audios/failed.mp3
Normal file
BIN
public/audios/failed.mp3
Normal file
Binary file not shown.
BIN
public/audios/ringing.mp3
Normal file
BIN
public/audios/ringing.mp3
Normal file
Binary file not shown.
11
public/manifest.json
Normal file
11
public/manifest.json
Normal 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"]
|
||||
}
|
||||
Reference in New Issue
Block a user