Skip to content

Commit

Permalink
1.0.2 (#7)
Browse files Browse the repository at this point in the history
* v1.0.2

* Update readme
  • Loading branch information
rekmarks authored Jan 15, 2021
1 parent ce0f05c commit 24e37a0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ An extension that adds MetaMask's legacy `window.web3` API to your browser.
3. Load the unpacked extension from `dist/unpacked/YOUR_FAVORITE_BROWSER`
4. Test with any build of the MetaMask Extension, version [9.0.1](https://github.com/MetaMask/metamask-extension/releases/tag/v9.0.1) and later

### Dependencies

This extension has a single production dependency: [`@metamask/legacy-web3`](https://npmjs.com/package/@metamask/legacy-web3)

The extension's content script contains the [minified source](https://unpkg.com/@metamask/[email protected]/dist/metamask.web3.min.js) of this dependency as a string literal in order to inject it into web pages as a `<script>` tag.

The complete, unminified source can be viewed [here](https://unpkg.com/@metamask/[email protected]/dist/metamask.web3.js).

## Supported Browsers

- Brave
Expand Down
2 changes: 1 addition & 1 deletion build/manifests/_base.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "MetaMask Legacy Web3",
"short_name": "Legacy Web3",
"version": "1.0.1",
"version": "1.0.2",
"description": "Adds MetaMask's legacy window.web3 API to your browser",
"author": "https://metamask.io",
"content_scripts": [
Expand Down

3 comments on commit 24e37a0

@IllIYAAAllI
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

build/manifests/_base.json

@09090997
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@shane2609
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't understand this.

Please sign in to comment.