From f66330e78f475ef2f0ae7fb924c37d6e49b79ce7 Mon Sep 17 00:00:00 2001 From: Dave Horton Date: Thu, 16 Nov 2023 15:45:22 -0500 Subject: [PATCH] bump version --- public/manifest.json | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/public/manifest.json b/public/manifest.json index 929dc12..d6c8cc9 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,19 +1,15 @@ { - "version": "1.0.2", + "version": "1.0.3", "manifest_version": 3, - "name": "Jambonz Webrtc Client", - "description": "Jambonz Webrtc Client", + "name": "jambonz webrtc phone", + "description": "jambonz webrtc phone", "action": { - "default_title": "Jambonz Webrtc Client" + "default_title": "jambonz webrtc phone" }, "background": { "service_worker": "background/index.js" }, - "permissions": [ - "activeTab", - "storage", - "https://*/*" - ], + "permissions": ["activeTab", "storage", "https://*/*"], "icons": { "16": "icons/icon.png", "48": "icons/icon.png",