Skip to content

Commit

Permalink
Merge: Adds Gitcoin to Manifest
Browse files Browse the repository at this point in the history
Integration - Gitcoin
  • Loading branch information
George-cl authored Dec 13, 2021
2 parents 8532258 + c6a30ef commit c758cb4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "casperlabs-signer",
"version": "1.4.4",
"version": "1.4.5",
"private": true,
"dependencies": {
"@babel/core": "^7.14.6",
Expand Down Expand Up @@ -132,4 +132,4 @@
"webextension-polyfill-ts": "^0.12.0",
"webpack-cli": "^3.3.11"
}
}
}
8 changes: 5 additions & 3 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"manifest_version": 2,
"version": "1.4.4",
"version": "1.4.5",
"name": "CasperLabs Signer",
"author": "https://casperlabs.io",
"description": "CasperLabs Signer tool for signing transactions on the blockchain.",
Expand Down Expand Up @@ -41,7 +41,9 @@
"*://*.metacask.com/*",
"*://*.newland.finance/*",
"*://*.huobiapps/*",
"*://*.singlecoin.xyz/*"
"*://*.singlecoin.xyz/*",
"*://*.gitcoin.co/*",
"*://gitcoin.co/*"
],
"js": [
"./scripts/content/content.js"
Expand Down Expand Up @@ -70,4 +72,4 @@
},
"default_title": "CasperLabs Signer"
}
}
}

0 comments on commit c758cb4

Please sign in to comment.