update to use fontawsome

This commit is contained in:
Quan HL
2024-05-07 12:48:56 +07:00
parent fdc5869390
commit f5703e1422
18 changed files with 2513 additions and 403 deletions

View File

@@ -1,23 +1,8 @@
{
"version": "1.0.5",
"manifest_version": 3,
"name": "jambonz webrtc phone",
"description": "jambonz webrtc phone",
"action": {
"default_title": "jambonz webrtc phone"
},
"background": {
"service_worker": "background/index.js"
},
"permissions": ["storage"],
"host_permissions": ["https://*/*"],
"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"
}
"short_name": "Jambonz WebPhone",
"name": "Jambonz WebPhone",
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}