From 20c73d53b6fc216f977f405398b1feb3363d9afe Mon Sep 17 00:00:00 2001 From: Uncle Fatso Date: Tue, 12 Aug 2025 20:12:49 +0300 Subject: [PATCH] change chain names in manifests Signed-off-by: Uncle Fatso --- assets/manifest-v3-chrome.json | 2 +- assets/manifest-v3-firefox.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/manifest-v3-chrome.json b/assets/manifest-v3-chrome.json index b02fff3..9b8cb4c 100644 --- a/assets/manifest-v3-chrome.json +++ b/assets/manifest-v3-chrome.json @@ -1,6 +1,6 @@ { "author": "GHOST Team ", - "description": "Wallet for GHOST and Casper blockchains light clients", + "description": "Wallet for GHOST and CASPER blockchains light clients", "homepage_url": "https://git.ghostchain.io/ghostchain/ghost-extension-wallet", "name": "GHOST Wallet", "short_name": "ghost-wallet", diff --git a/assets/manifest-v3-firefox.json b/assets/manifest-v3-firefox.json index 7066c1c..3cc070a 100644 --- a/assets/manifest-v3-firefox.json +++ b/assets/manifest-v3-firefox.json @@ -1,6 +1,6 @@ { "author": "GHOST Team ", - "description": "Wallet for GHOST and Casper blockchains light clients", + "description": "Wallet for GHOST and CASPER blockchains light clients", "homepage_url": "https://git.ghostchain.io/ghostchain/ghost-extension-wallet", "name": "GHOST Wallet", "short_name": "ghost-wallet", diff --git a/package.json b/package.json index 7667d28..87a435b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ghost-wallet", - "version": "0.1.1", + "version": "0.1.2", "description": "Browser extension to manage ghost blockchain light clients.", "main": "dist/src/index.js", "author": "Uncle f4ts0 ",