Skip to content

Commit

Permalink
Merge pull request #392 from devendran-m/add_intgs_381_391
Browse files Browse the repository at this point in the history
Add new integrations for FriendlySoccer and Dive
  • Loading branch information
devendran-m authored Nov 2, 2022
2 parents 341910b + 37cf3ed commit c343411
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 11 deletions.
38 changes: 30 additions & 8 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.17",
"version": "1.4.18",
"private": true,
"dependencies": {
"@babel/core": "^7.17.2",
Expand Down
7 changes: 5 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.17",
"version": "1.4.18",
"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 @@ -94,7 +94,10 @@
"*://*.eggforce.io/*",
"*://eggforce.io/*",
"*://*.playcasper.io/*",
"*://playcasper.io/*"
"*://playcasper.io/*",
"*://friendlysoccer.io/*",
"*://*.friendlysoccer.io/*",
"*://dive.casper.dev/*"
],
"js": [
"./scripts/content/content.js"
Expand Down

0 comments on commit c343411

Please sign in to comment.