Skip to content

Commit 7117d28

Browse files
bump versions to 5.40.0 (#2731)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1d5a145 commit 7117d28

2 files changed

Lines changed: 17 additions & 7 deletions

File tree

extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "extension",
3-
"version": "5.39.0",
3+
"version": "5.40.0",
44
"license": "Apache-2.0",
55
"prettier": "../.prettierrc.yaml",
66
"scripts": {

extension/public/static/manifest/v3.json

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Freighter",
3-
"version": "5.39.0",
4-
"version_name": "5.39.0",
3+
"version": "5.40.0",
4+
"version_name": "5.40.0",
55
"description": "Freighter is a non-custodial wallet extension that enables you to sign Stellar transactions via your browser.",
66
"browser_specific_settings": {
77
"gecko": {
@@ -10,12 +10,18 @@
1010
},
1111
"background": {
1212
"service_worker": "background.min.js",
13-
"scripts": ["background.min.js"]
13+
"scripts": [
14+
"background.min.js"
15+
]
1416
},
1517
"content_scripts": [
1618
{
17-
"matches": ["<all_urls>"],
18-
"js": ["contentScript.min.js"],
19+
"matches": [
20+
"<all_urls>"
21+
],
22+
"js": [
23+
"contentScript.min.js"
24+
],
1925
"run_at": "document_start"
2026
}
2127
],
@@ -34,7 +40,11 @@
3440
"48": "images/icon48.png",
3541
"128": "images/icon128.png"
3642
},
37-
"permissions": ["storage", "alarms", "sidePanel"],
43+
"permissions": [
44+
"storage",
45+
"alarms",
46+
"sidePanel"
47+
],
3848
"side_panel": {
3949
"default_path": "index.html?mode=sidebar"
4050
},

0 commit comments

Comments
 (0)