Skip to content

Commit 9b3c1a6

Browse files
committed
docs: add Chromium-based Brave
Brave announced first release of Chromium-based version: https://brave.com/new-brave-browser-release-available-for-general-download/ We document support for it and remove old docs about Muon-based Brave.
1 parent 3934754 commit 9b3c1a6

File tree

2 files changed

+6
-39
lines changed

2 files changed

+6
-39
lines changed

README.md

+6-12
Original file line numberDiff line numberDiff line change
@@ -111,23 +111,23 @@ _(some are disabled by default, use Preferences screen to enable)_
111111

112112
We recommend installing the stable release via your browser's add-on store.
113113

114-
| Firefox | Chrome / Chromium |
114+
| <img src="https://unpkg.com/@browser-logos/[email protected]/firefox_16x16.png" width="16" height="16"> [Firefox](https://www.mozilla.org/firefox/new/) | <img src="https://unpkg.com/@browser-logos/[email protected]/chrome_16x16.png" width="16" height="16"> [Chrome](https://www.google.com/chrome/) / <img src="https://unpkg.com/@browser-logos/[email protected]/chromium_16x16.png" width="16" height="16"> [Chromium](https://www.chromium.org/Home) / <img src="https://unpkg.com/@browser-logos/[email protected]/brave_16x16.png" width="16" height="16"> [Brave](https://brave.com/)
115115
|------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
116-
| [![Install From AMO](https://ipfs.io/ipfs/QmSX44XockQifmxE8Wdevkaa6vaqTXtGdH9t9aHWXZkuJq)](https://addons.mozilla.org/en-US/firefox/addon/ipfs-companion/) | [![Install from Chrome Store](https://ipfs.io/ipfs/QmPinSJKFYCMuTDh484dLk5Av4HpZRzBRR1KPv7TM7CBVF)](https://chrome.google.com/webstore/detail/ipfs-companion/nibjojkomfdiaoajekhjakgkdhaomnch) |
116+
| [![Install From AMO](https://ipfs.io/ipfs/QmSX44XockQifmxE8Wdevkaa6vaqTXtGdH9t9aHWXZkuJq)](https://addons.mozilla.org/firefox/addon/ipfs-companion/) | [![Install from Chrome Store](https://ipfs.io/ipfs/QmPinSJKFYCMuTDh484dLk5Av4HpZRzBRR1KPv7TM7CBVF)](https://chrome.google.com/webstore/detail/ipfs-companion/nibjojkomfdiaoajekhjakgkdhaomnch) |
117117

118118
**Note:** `ipfs-companion` is designed to retrieve content from a locally running IPFS daemon.
119-
Make sure [IPFS is installed](https://ipfs.io/docs/getting-started/) on your computer.
119+
Make sure [IPFS is installed](https://docs.ipfs.io/introduction/usage/) on your computer.
120120

121121
### Beta Channel
122122

123123
Developers and enthusiasts can opt-in for Beta-quality channel with hand-picked Dev Builds:
124124

125125
- Beta for Firefox: [Self-hosted Signed Dev Build](https://ipfs.io/ipfs/QmR8W5wg8BuAyBTruHnHovfWRavwvidVh3qtyinXi6NnLa)
126-
- Beta for Chrome: [Dev Build at Chrome Web Store](https://chrome.google.com/webstore/detail/ipfs-companion-dev-build/hjoieblefckbooibpepigmacodalfndh)
126+
- Beta for Chromium-based browsers: [Dev Build at Chrome Web Store](https://chrome.google.com/webstore/detail/ipfs-companion-dev-build/hjoieblefckbooibpepigmacodalfndh)
127127

128128
It is also possible to [grab the last successful build from `master`](https://ci.ipfs.team/job/IPFS%20Shipyard/job/ipfs-companion/job/master/lastSuccessfulBuild/),
129129
but these builds are not signed nor will automatically update:
130-
`.zip` bundles are meant only to be manually loaded via `chrome://extensions` (Chrome) or `about:debugging` (Firefox) for the purpose of quick smoke-testing.
130+
`.zip` bundles are meant only to be manually loaded via `chrome://extensions` (Chromium-based) or `about:debugging` (Firefox) for the purpose of quick smoke-testing.
131131

132132
## Development
133133

@@ -138,7 +138,7 @@ To work on the extension you need to install it from source rather than from the
138138
```bash
139139
npm install
140140
npm run build
141-
npm run bundle:generic # for Chrome dev
141+
npm run bundle:generic # for Chromium-based dev
142142
# or
143143
npm run bundle:firefox # for Firefox dev (build default)
144144
```
@@ -180,12 +180,6 @@ Legacy versions `1.x.x` were based on currently deprecated Add-On SDK (Firefox-
180180
While it is not maintained anymore, one can inspect, build and install it using codebase from [legacy-sdk](https://github.com/ipfs/ipfs-companion/tree/legacy-sdk) branch.
181181
For historical background on the rewrite see [Issue #20: Move to WebExtensions](https://github.com/ipfs/ipfs-companion/issues/20).
182182
183-
184-
### Brave
185-
186-
See [`docs/brave.md`](docs/brave.md)
187-
188-
189183
## Contribute
190184
191185
[![](https://cdn.rawgit.com/jbenet/contribute-ipfs-gif/master/img/contribute.gif)](CONTRIBUTING.md)

docs/brave.md

-27
This file was deleted.

0 commit comments

Comments
 (0)