diff --git a/public/manifest.json b/public/manifest.json index cd5677399..4d3a78443 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Terra Station Wallet", - "version": "2.1.0", + "version": "2.2.0", "background": { "scripts": ["background.js"], "persistent": true diff --git a/scripts/inpage.js b/scripts/inpage.js index 24a8c947b..6651a448f 100644 --- a/scripts/inpage.js +++ b/scripts/inpage.js @@ -4,13 +4,13 @@ window.isTerraExtensionAvailable = true // for multiple extension support // --------------------------------------------- const TERRA_STATION_INFO = { - name: 'Terra Station', - identifier: 'station', - icon: 'https://assets.terra.money/icon/station-extension/icon.png', + name: "Terra Station Wallet", + identifier: "station", + icon: "https://assets.terra.money/icon/station-extension/icon.png", } if ( - typeof window.terraWallets !== 'undefined' && + typeof window.terraWallets !== "undefined" && Array.isArray(window.terraWallets) ) { window.terraWallets.push(TERRA_STATION_INFO)