diff --git a/extension/package.json b/extension/package.json index e4444fc44c..039e82cb6d 100644 --- a/extension/package.json +++ b/extension/package.json @@ -1,6 +1,6 @@ { "name": "extension", - "version": "5.24.1", + "version": "5.25.0", "license": "Apache-2.0", "prettier": "@stellar/prettier-config", "scripts": { @@ -116,4 +116,4 @@ "stellar-sdk>stellar-base>sodium-native": false } } -} +} \ No newline at end of file diff --git a/extension/public/static/manifest/v3.json b/extension/public/static/manifest/v3.json index a93aae6670..3a76eb8bca 100644 --- a/extension/public/static/manifest/v3.json +++ b/extension/public/static/manifest/v3.json @@ -1,7 +1,7 @@ { "name": "Freighter", - "version": "5.24.1", - "version_name": "5.24.1", + "version": "5.25.0", + "version_name": "5.25.0", "description": "Freighter is a non-custodial wallet extension that enables you to sign Stellar transactions via your browser.", "browser_specific_settings": { "gecko": { @@ -10,12 +10,18 @@ }, "background": { "service_worker": "background.min.js", - "scripts": ["background.min.js"] + "scripts": [ + "background.min.js" + ] }, "content_scripts": [ { - "matches": [""], - "js": ["contentScript.min.js"], + "matches": [ + "" + ], + "js": [ + "contentScript.min.js" + ], "run_at": "document_start" } ], @@ -34,6 +40,9 @@ "48": "images/icon48.png", "128": "images/icon128.png" }, - "permissions": ["storage", "alarms"], + "permissions": [ + "storage", + "alarms" + ], "manifest_version": 3 -} +} \ No newline at end of file