Skip to content

Commit

Permalink
Merge pull request #163 from casper-ecosystem/Metacask-Integration
Browse files Browse the repository at this point in the history
Metacask integration
  • Loading branch information
George-cl authored Oct 31, 2021
2 parents 37eba7a + 9a30667 commit e8cbd64
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "casperlabs-signer",
"version": "1.4.1",
"version": "1.4.2",
"private": true,
"dependencies": {
"@babel/core": "^7.14.6",
Expand Down
6 changes: 4 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.1",
"version": "1.4.2",
"name": "CasperLabs Signer",
"author": "https://casperlabs.io",
"description": "CasperLabs Signer tool for signing transactions on the blockchain.",
Expand Down Expand Up @@ -33,7 +33,9 @@
"*://casperstats.io/*",
"*://casper-qr.vercel.app/*",
"*://picaswap.io/wcspr/*",
"*://casperdash.io/*"
"*://casperdash.io/*",
"*://metacask.com/*",
"*://*.metacask.com/*"
],
"js": [
"./scripts/content/content.js"
Expand Down

0 comments on commit e8cbd64

Please sign in to comment.