Skip to content

Commit

Permalink
Remove unnecessary permission and increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
JensAstrup committed Dec 23, 2024
1 parent 7916120 commit f812bf3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 1 addition & 2 deletions src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,10 @@
"omnibox": { "keyword" : "sc" },
"permissions": [
"activeTab",
"clipboardWrite",
"commands",
"identity",
"storage",
"tabs"
],
"version": "3.7.4"
"version": "3.7.5"
}
1 change: 0 additions & 1 deletion src/manifest.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
"omnibox": { "keyword" : "sc" },
"permissions": [
"activeTab",
"clipboardWrite",
"commands",
"identity",
"storage",
Expand Down

0 comments on commit f812bf3

Please sign in to comment.