remove activeTab from permissions as we are not currently using it

This commit is contained in:
Dave Horton
2023-11-18 09:57:42 -05:00
parent f66330e78f
commit 23d82cf52b
3 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
{
"version": "1.0.3",
"version": "1.0.4",
"manifest_version": 3,
"name": "jambonz webrtc phone",
"description": "jambonz webrtc phone",
@@ -9,7 +9,7 @@
"background": {
"service_worker": "background/index.js"
},
"permissions": ["activeTab", "storage", "https://*/*"],
"permissions": ["storage", "https://*/*"],
"icons": {
"16": "icons/icon.png",
"48": "icons/icon.png",