Skip to content

Commit

Permalink
build: Update extension name
Browse files Browse the repository at this point in the history
  • Loading branch information
sim committed Jan 17, 2022
1 parent c84a9b1 commit 571011c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 deletions scripts/inpage.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 571011c

Please sign in to comment.