diff --git a/package.json b/package.json index 898e9619..1e440ad3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "casperlabs-signer", - "version": "1.4.0", + "version": "1.4.1", "private": true, "dependencies": { "@babel/core": "^7.14.6", @@ -132,4 +132,4 @@ "webextension-polyfill-ts": "^0.12.0", "webpack-cli": "^3.3.11" } -} +} \ No newline at end of file diff --git a/public/manifest.json b/public/manifest.json index 5b5a8ee3..a3a6968a 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,6 +1,6 @@ { "manifest_version": 2, - "version": "1.4.0", + "version": "1.4.1", "name": "CasperLabs Signer", "author": "https://casperlabs.io", "description": "CasperLabs Signer tool for signing transactions on the blockchain.", @@ -20,7 +20,7 @@ "content_scripts": [ { "matches": [ - "*://*.casperlabs.io/*", + "*://*.casperlabs.io/*", "*://localhost/*", "*://*.make.services/*", "*://cspr.live/*", @@ -30,14 +30,23 @@ "*://casperholders.com/*", "*://*.casperholders.com/*", "*://*.casperstats.io/*", - "*://casperstats.io/*" + "*://casperstats.io/*", + "*://casper-qr.vercel.app/*", + "*://picaswap.io/wcspr/*", + "*://casperdash.io/*" + ], + "js": [ + "./scripts/content/content.js" ], - "js": ["./scripts/content/content.js"], "run_at": "document_start", "all_frames": true } ], - "permissions": ["notifications", "storage", "tabs"], + "permissions": [ + "notifications", + "storage", + "tabs" + ], "web_accessible_resources": [ "scripts/content/inpage.js", "scripts/content/signerTestMethods.js", @@ -53,4 +62,4 @@ }, "default_title": "CasperLabs Signer" } -} +} \ No newline at end of file