Skip to content

Commit

Permalink
Whitelist cspr market
Browse files Browse the repository at this point in the history
  • Loading branch information
devendran-m committed Jul 27, 2023
1 parent 51fff6e commit aa21035
Show file tree
Hide file tree
Showing 3 changed files with 13 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.27",
"version": "1.4.28",
"private": true,
"dependencies": {
"@babel/core": "^7.17.2",
Expand Down
12 changes: 10 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.27",
"version": "1.4.28",
"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 @@ -145,7 +145,15 @@
"*://mystra.io/*",
"*://*.mystra.io/*",
"*://mystra.app/*",
"*://*.mystra.app/*"
"*://*.mystra.app/*",
"*://cspr.market/*",
"*://*.cspr.market/*",
"*://cspr.click/*",
"*://*.cspr.click/*",
"*://cspr.name/*",
"*://*.cspr.name/*",
"*://cspr.cloud/*",
"*://*.cspr.cloud/*"
],
"js": [
"./scripts/content/content.js"
Expand Down

0 comments on commit aa21035

Please sign in to comment.