From 409509063dd5c3483da2094090aea031b765e27d Mon Sep 17 00:00:00 2001 From: Devendran M Date: Thu, 10 Nov 2022 15:07:56 +0000 Subject: [PATCH] Add New Signer Integrations --- package-lock.json | 4 ++-- package.json | 2 +- public/manifest.json | 8 ++++++-- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9a619938..563760b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "casper-signer", - "version": "1.4.18", + "version": "1.4.19", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "casper-signer", - "version": "1.4.18", + "version": "1.4.19", "dependencies": { "@babel/core": "^7.17.2", "@extend-chrome/storage": "^1.5.0", diff --git a/package.json b/package.json index df508c6f..e9bd5ae8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "casper-signer", - "version": "1.4.18", + "version": "1.4.19", "private": true, "dependencies": { "@babel/core": "^7.17.2", diff --git a/public/manifest.json b/public/manifest.json index 314eff9f..e75b77f3 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,6 +1,6 @@ { "manifest_version": 2, - "version": "1.4.18", + "version": "1.4.19", "name": "Casper Signer", "author": "https://casper.network", "description": "Casper Signer is the official non-custodial wallet that allows you to manage private keys and sign transactions on Casper Network", @@ -97,7 +97,11 @@ "*://playcasper.io/*", "*://friendlysoccer.io/*", "*://*.friendlysoccer.io/*", - "*://dive.casper.dev/*" + "*://dive.casper.dev/*", + "*://cspr.studio/*", + "*://*.cspr.studio/*", + "*://cspr.fyi/*", + "*://*.cspr.fyi/*" ], "js": [ "./scripts/content/content.js"