Skip to content

Commit

Permalink
Merge pull request #449 from devendran-m/add_intgs_447_448
Browse files Browse the repository at this point in the history
Add New Integrations for Golden Gate & Mystra
  • Loading branch information
devendran-m authored Mar 15, 2023
2 parents 9f3a007 + 893d46c commit 3e98c30
Show file tree
Hide file tree
Showing 3 changed files with 11 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.25",
"version": "1.4.26",
"private": true,
"dependencies": {
"@babel/core": "^7.17.2",
Expand Down
10 changes: 8 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.25",
"version": "1.4.26",
"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 @@ -139,7 +139,13 @@
"*://div3.io/*",
"*://*.div3.io/*",
"*://div3.network/*",
"*://*.div3.network/*"
"*://*.div3.network/*",
"*://ggxchain.io/*",
"*://*.ggxchain.io/*",
"*://mystra.io/*",
"*://*.mystra.io/*",
"*://mystra.app/*",
"*://*.mystra.app/*"
],
"js": [
"./scripts/content/content.js"
Expand Down

0 comments on commit 3e98c30

Please sign in to comment.