diff --git a/package-lock.json b/package-lock.json index fb59d8a..f0dc1cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "webrtc-chrome-ext", - "version": "0.1.0", + "version": "1.0.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "webrtc-chrome-ext", - "version": "0.1.0", + "version": "1.0.4", "dependencies": { "@chakra-ui/react": "^2.8.0", "@emotion/react": "^11.11.1", diff --git a/package.json b/package.json index 69521ca..7945285 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webrtc-chrome-ext", - "version": "1.0.2", + "version": "1.0.4", "private": true, "dependencies": { "@chakra-ui/react": "^2.8.0", diff --git a/public/manifest.json b/public/manifest.json index d6c8cc9..0c78a4b 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -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",