Skip to content

Commit 0fd3758

Browse files
committed
Add docs on browser support
1 parent a833d24 commit 0fd3758

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/01-using/install.md renamed to docs/01-using/01-install.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,14 @@ To use it, [download](https://github.com/moonlight-mod/moonlight-installer/relea
3636
Adjust the `/path/to/moonlight/dist` to point to the `dist` folder in your locally cloned moonlight install.
3737
3838
After first launch, moonlight will create a config directory in the Electron `appData` path named `moonlight-mod`. Each Discord branch has its own `.json` file for configuration.
39+
40+
## Browser
41+
42+
moonlight optionally runs in the browser. To use it, [build moonlight](/docs/dev/setup), and then build the browser extension:
43+
44+
- Manifest v3 (Chrome): `pnpm run browser`
45+
- Manifest v2 (Firefox): `pnpm run browser-mv2`
46+
47+
The output extension will be at `dist/browser`. Chrome users can check "Developer mode" and click "Load unpacked" in `chrome://extensions`, and Firefox users can click "Load Temporary Add-on" in `about:debugging`.
48+
49+
Browser support is experimental and may be unreliable. Developing extensions or using custom repositories is not supported with the browser extension.

0 commit comments

Comments
 (0)