mirror of
https://github.com/jambonz/chrome-extension-dialer.git
synced 2026-01-25 02:08:05 +00:00
remove activeTab from permissions as we are not currently using it
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user