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:
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "webrtc-chrome-ext",
|
"name": "webrtc-chrome-ext",
|
||||||
"version": "0.1.0",
|
"version": "1.0.4",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "webrtc-chrome-ext",
|
"name": "webrtc-chrome-ext",
|
||||||
"version": "0.1.0",
|
"version": "1.0.4",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@chakra-ui/react": "^2.8.0",
|
"@chakra-ui/react": "^2.8.0",
|
||||||
"@emotion/react": "^11.11.1",
|
"@emotion/react": "^11.11.1",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "webrtc-chrome-ext",
|
"name": "webrtc-chrome-ext",
|
||||||
"version": "1.0.2",
|
"version": "1.0.4",
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@chakra-ui/react": "^2.8.0",
|
"@chakra-ui/react": "^2.8.0",
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "1.0.3",
|
"version": "1.0.4",
|
||||||
"manifest_version": 3,
|
"manifest_version": 3,
|
||||||
"name": "jambonz webrtc phone",
|
"name": "jambonz webrtc phone",
|
||||||
"description": "jambonz webrtc phone",
|
"description": "jambonz webrtc phone",
|
||||||
@@ -9,7 +9,7 @@
|
|||||||
"background": {
|
"background": {
|
||||||
"service_worker": "background/index.js"
|
"service_worker": "background/index.js"
|
||||||
},
|
},
|
||||||
"permissions": ["activeTab", "storage", "https://*/*"],
|
"permissions": ["storage", "https://*/*"],
|
||||||
"icons": {
|
"icons": {
|
||||||
"16": "icons/icon.png",
|
"16": "icons/icon.png",
|
||||||
"48": "icons/icon.png",
|
"48": "icons/icon.png",
|
||||||
|
|||||||
Reference in New Issue
Block a user