From f812bf3d2873295e8e0e00cf00d96e688a9045f7 Mon Sep 17 00:00:00 2001 From: Jens Astrup Date: Sun, 22 Dec 2024 22:14:56 -0500 Subject: [PATCH] Remove unnecessary permission and increment version --- .env | 2 +- src/manifest.json | 3 +-- src/manifest.template.json | 1 - 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.env b/.env index 3ed0ed6c..49dc5784 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ -VERSION=3.7.4 +VERSION=3.7.5 CHANGELOG_VERSION=3.0.1 GOOGLE_MEASUREMENT_ID="G-SN6JNMXND2" PROXY_URL=https://monkfish-app-4bylm.ondigitalocean.app diff --git a/src/manifest.json b/src/manifest.json index 21b082ac..00db1e54 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -62,11 +62,10 @@ "omnibox": { "keyword" : "sc" }, "permissions": [ "activeTab", - "clipboardWrite", "commands", "identity", "storage", "tabs" ], - "version": "3.7.4" + "version": "3.7.5" } diff --git a/src/manifest.template.json b/src/manifest.template.json index f8cab6c8..03999b0e 100644 --- a/src/manifest.template.json +++ b/src/manifest.template.json @@ -62,7 +62,6 @@ "omnibox": { "keyword" : "sc" }, "permissions": [ "activeTab", - "clipboardWrite", "commands", "identity", "storage",