Skip to content

Commit

Permalink
Update manifest/package.json description
Browse files Browse the repository at this point in the history
  • Loading branch information
rekmarks committed Dec 10, 2020
1 parent ddcdce8 commit f7a9f18
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# legacy-web3-extension

An extension that adds MetaMask's legacy web3 API to your browser.
An extension that adds MetaMask's legacy window.web3 API to your browser.

## Usage

Expand Down
2 changes: 1 addition & 1 deletion build/manifests/_base.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "MetaMask Legacy Web3",
"short_name": "Legacy Web3",
"version": "1.0.0",
"description": "An extension that adds MetaMask's legacy web3 API to your browser.",
"description": "Adds MetaMask's legacy window.web3 API to your browser",
"author": "https://metamask.io",
"content_scripts": [
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "legacy-web3-extension",
"version": "0.0.0",
"private": true,
"description": "An extension that adds MetaMask's legacy web3 API to your browser.",
"description": "An extension that adds MetaMask's legacy window.web3 API to your browser.",
"repository": "[email protected]:MetaMask/legacy-web3-extension.git",
"author": "Erik Marks <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit f7a9f18

Please sign in to comment.