bump version

This commit is contained in:
Dave Horton
2023-11-16 15:45:22 -05:00
parent 9215fefff7
commit f66330e78f

View File

@@ -1,19 +1,15 @@
{ {
"version": "1.0.2", "version": "1.0.3",
"manifest_version": 3, "manifest_version": 3,
"name": "Jambonz Webrtc Client", "name": "jambonz webrtc phone",
"description": "Jambonz Webrtc Client", "description": "jambonz webrtc phone",
"action": { "action": {
"default_title": "Jambonz Webrtc Client" "default_title": "jambonz webrtc phone"
}, },
"background": { "background": {
"service_worker": "background/index.js" "service_worker": "background/index.js"
}, },
"permissions": [ "permissions": ["activeTab", "storage", "https://*/*"],
"activeTab",
"storage",
"https://*/*"
],
"icons": { "icons": {
"16": "icons/icon.png", "16": "icons/icon.png",
"48": "icons/icon.png", "48": "icons/icon.png",