Skip to content

Commit

Permalink
Version bump and remove unused perm
Browse files Browse the repository at this point in the history
  • Loading branch information
crittermike committed Feb 13, 2024
1 parent e6ceec3 commit 7d3aa93
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
3 changes: 1 addition & 2 deletions app/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "__MSG_appName__",
"short_name": "__MSG_appShortName__",
"description": "__MSG_appDescription__",
"version": "4.0.4",
"version": "4.0.5",
"manifest_version": 3,
"default_locale": "en",
"icons": {
Expand Down Expand Up @@ -113,7 +113,6 @@
}
],
"permissions": [
"tabGroups",
"downloads",
"storage",
"tabs",
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shortkeys",
"version": "4.0.4",
"version": "4.0.5",
"description": "Custom keyboard shortcuts for your browser",
"scripts": {
"dev": "webextension-toolbox dev",
Expand Down

0 comments on commit 7d3aa93

Please sign in to comment.