Skip to content

Commit

Permalink
Merge branch 'docs/chrome-extension-links' into 'master'
Browse files Browse the repository at this point in the history
docs(extension): add chrome store link

See merge request papers/airgap/beacon-sdk!30
  • Loading branch information
AndreasGassmann committed Jun 30, 2020
2 parents 50cb79f + dc66bfa commit 64bb0da
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ module.exports = {
repo: 'airgap-it/beacon-sdk',
nav: [
{ text: 'Example dApp', link: 'https://www.walletbeacon.io/', target: '_blank' },
{ text: 'Chrome Extension', link: 'https://github.com/airgap-it/beacon-extension/releases', target: '_blank' }
{
text: 'Chrome Extension',
link: 'https://chrome.google.com/webstore/detail/gpfndedineagiepkpinficbcbbgjoenn/',
target: '_blank'
}
],
sidebar: barConfig.sidebar
},
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ For more information on how to integrate the `beacon-sdk` in your DApp, read our

## Extensions

- [Beacon Extension](https://github.com/airgap-it/beacon-extension/releases) is the official extension by the beacon team. It is the most feature complete way of interacting with Beacon DApps at the moment.
- [Beacon Extension](https://chrome.google.com/webstore/detail/gpfndedineagiepkpinficbcbbgjoenn/) is the official extension by the beacon team. It is the most feature complete way of interacting with Beacon DApps at the moment.

## Mobile Wallets

Expand Down

0 comments on commit 64bb0da

Please sign in to comment.