From 55410adf2c64b53aef22dd7599fffd80ffad097c Mon Sep 17 00:00:00 2001 From: Quan HL Date: Tue, 7 May 2024 12:49:22 +0700 Subject: [PATCH] support develop process as simple as react app --- public/ext_manifest.json | 23 +++++++++++++++++++++ public/index.html | 43 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 66 insertions(+) create mode 100644 public/ext_manifest.json create mode 100644 public/index.html diff --git a/public/ext_manifest.json b/public/ext_manifest.json new file mode 100644 index 0000000..54e2fc3 --- /dev/null +++ b/public/ext_manifest.json @@ -0,0 +1,23 @@ +{ + "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" + } +} diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..9eb2137 --- /dev/null +++ b/public/index.html @@ -0,0 +1,43 @@ + + + + + + + + + + + + + Jambonz Webphone + + + +
+ + +