Skip to content

Commit

Permalink
Merge pull request #528 from hive-keychain/pre-prod
Browse files Browse the repository at this point in the history
v3.7.2
  • Loading branch information
stoodkev authored Oct 21, 2024
2 parents a09ec21 + ce9e967 commit f4046af
Show file tree
Hide file tree
Showing 95 changed files with 12,864 additions and 12,644 deletions.
2 changes: 1 addition & 1 deletion manifests/chromium-beta/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Hive Keychain Beta",
"description": "Hive Keychain Beta (don't forget to switch back to production version)",
"default_locale": "en",
"version": "3.6",
"version": "3.7.2",
"permissions": ["storage", "idle", "alarms"],
"host_permissions": ["https://*/*"],
"action": {
Expand Down
2 changes: 1 addition & 1 deletion manifests/chromium/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "__MSG_keychain__",
"description": "__MSG_description__",
"default_locale": "en",
"version": "3.6",
"version": "3.7.2",
"permissions": ["storage", "idle", "alarms"],
"host_permissions": ["https://*/*"],
"action": {
Expand Down
2 changes: 1 addition & 1 deletion manifests/firefox/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "__MSG_keychain__",
"description": "__MSG_description__",
"default_locale": "en",
"version": "3.6",
"version": "3.7.2",
"permissions": ["storage", "idle", "alarms"],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
"browser_action": {
Expand Down
Loading

0 comments on commit f4046af

Please sign in to comment.