Skip to content

Commit

Permalink
Merge pull request #396 from devendran-m/new_intgs_393_395
Browse files Browse the repository at this point in the history
Add New Signer Integrations
  • Loading branch information
piotr-dziubecki authored Nov 10, 2022
2 parents c343411 + 4095090 commit c5ffe55
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "casper-signer",
"version": "1.4.18",
"version": "1.4.19",
"private": true,
"dependencies": {
"@babel/core": "^7.17.2",
Expand Down
8 changes: 6 additions & 2 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit c5ffe55

Please sign in to comment.