-
Notifications
You must be signed in to change notification settings - Fork 325
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add Chromium-based Brave (#609)
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.
- Loading branch information
Showing
2 changed files
with
6 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -111,23 +111,23 @@ _(some are disabled by default, use Preferences screen to enable)_ | |
|
||
We recommend installing the stable release via your browser's add-on store. | ||
|
||
| Firefox | Chrome / Chromium | | ||
| <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/) | ||
|------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | ||
| [![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) | | ||
| [![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) | | ||
|
||
**Note:** `ipfs-companion` is designed to retrieve content from a locally running IPFS daemon. | ||
Make sure [IPFS is installed](https://ipfs.io/docs/getting-started/) on your computer. | ||
Make sure [IPFS is installed](https://docs.ipfs.io/introduction/usage/) on your computer. | ||
|
||
### Beta Channel | ||
|
||
Developers and enthusiasts can opt-in for Beta-quality channel with hand-picked Dev Builds: | ||
|
||
- Beta for Firefox: [Self-hosted Signed Dev Build](https://ipfs.io/ipfs/QmR8W5wg8BuAyBTruHnHovfWRavwvidVh3qtyinXi6NnLa) | ||
- Beta for Chrome: [Dev Build at Chrome Web Store](https://chrome.google.com/webstore/detail/ipfs-companion-dev-build/hjoieblefckbooibpepigmacodalfndh) | ||
- Beta for Chromium-based browsers: [Dev Build at Chrome Web Store](https://chrome.google.com/webstore/detail/ipfs-companion-dev-build/hjoieblefckbooibpepigmacodalfndh) | ||
|
||
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/), | ||
but these builds are not signed nor will automatically update: | ||
`.zip` bundles are meant only to be manually loaded via `chrome://extensions` (Chrome) or `about:debugging` (Firefox) for the purpose of quick smoke-testing. | ||
`.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. | ||
|
||
## Development | ||
|
||
|
@@ -138,7 +138,7 @@ To work on the extension you need to install it from source rather than from the | |
```bash | ||
npm install | ||
npm run build | ||
npm run bundle:generic # for Chrome dev | ||
npm run bundle:generic # for Chromium-based dev | ||
# or | ||
npm run bundle:firefox # for Firefox dev (build default) | ||
``` | ||
|
@@ -180,12 +180,6 @@ Legacy versions `1.x.x` were based on currently deprecated Add-On SDK (Firefox- | |
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. | ||
For historical background on the rewrite see [Issue #20: Move to WebExtensions](https://github.com/ipfs/ipfs-companion/issues/20). | ||
### Brave | ||
See [`docs/brave.md`](docs/brave.md) | ||
## Contribute | ||
[![](https://cdn.rawgit.com/jbenet/contribute-ipfs-gif/master/img/contribute.gif)](CONTRIBUTING.md) | ||
|
This file was deleted.
Oops, something went wrong.