Skip to content

Commit

Permalink
Merge pull request #586 from Concordium/rm-downloads-perm
Browse files Browse the repository at this point in the history
Remove unused "downloads" permission
  • Loading branch information
lassemand authored Dec 25, 2024
2 parents 0c04dac + ef8365b commit 65972f0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions packages/browser-wallet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.7.2

### Fixed

- Remove unused "downloads" permission from manifest.

## 1.7.1

### Changed
Expand Down
2 changes: 1 addition & 1 deletion packages/browser-wallet/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
],
"host_permissions": ["<all_urls>"],
"permissions": ["tabs", "activeTab", "storage", "scripting", "webRequest", "downloads", "alarms"],
"permissions": ["tabs", "activeTab", "storage", "scripting", "webRequest", "alarms"],
"background": {
"service_worker": "entryPoint!src/background/index.ts"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/browser-wallet/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@concordium/browser-wallet",
"private": true,
"version": "1.7.1",
"version": "1.7.2",
"description": "Browser extension wallet for the Concordium blockchain",
"author": "Concordium Software",
"license": "Apache-2.0",
Expand Down

0 comments on commit 65972f0

Please sign in to comment.