Skip to content

Commit

Permalink
docs(): bumping release to 5.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user authored and aristidesstaffieri committed Aug 19, 2024
1 parent 60ef968 commit d51ce99
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 9 deletions.
4 changes: 2 additions & 2 deletions extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "extension",
"version": "5.22.2",
"version": "5.23.0",
"license": "Apache-2.0",
"prettier": "@stellar/prettier-config",
"scripts": {
Expand Down Expand Up @@ -112,4 +112,4 @@
"stellar-sdk>stellar-base>sodium-native": false
}
}
}
}
23 changes: 16 additions & 7 deletions extension/public/static/manifest/v3.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Freighter",
"version": "5.22.2",
"version_name": "5.22.2",
"version": "5.23.0",
"version_name": "5.23.0",
"description": "Freighter is a non-custodial wallet extension that enables you to sign Stellar transactions via your browser.",
"browser_specific_settings": {
"gecko": {
Expand All @@ -10,12 +10,18 @@
},
"background": {
"service_worker": "background.min.js",
"scripts": ["background.min.js"]
"scripts": [
"background.min.js"
]
},
"content_scripts": [
{
"matches": ["<all_urls>"],
"js": ["contentScript.min.js"],
"matches": [
"<all_urls>"
],
"js": [
"contentScript.min.js"
],
"run_at": "document_start"
}
],
Expand All @@ -34,6 +40,9 @@
"48": "images/icon48.png",
"128": "images/icon128.png"
},
"permissions": ["storage", "alarms"],
"permissions": [
"storage",
"alarms"
],
"manifest_version": 3
}
}

0 comments on commit d51ce99

Please sign in to comment.