From 72eae016841868bd454c6b823853fd2748ceee8b Mon Sep 17 00:00:00 2001 From: Felix K <44095720+felix-khlmnn@users.noreply.github.com> Date: Wed, 22 Mar 2023 18:52:35 +0100 Subject: [PATCH] Add information on using PWA with desktop Firefox (#6098) Co-authored-by: Felix Kuhlmann --- docs/FAQ.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/FAQ.md b/docs/FAQ.md index 8a13b7e57cd5..71c0e1fd6b40 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -88,6 +88,12 @@ app (PWA): 1. Start the editor 2. Click the **plus** icon in the URL toolbar to install the PWA +If you use Firefox, you can use the appropriate extension to install PWA. + +1. Go to the installation [website](https://addons.mozilla.org/en-US/firefox/addon/pwas-for-firefox/) of the add-on +2. Add the add-on to Firefox +3. Follow the os-specific instructions on how to install the runtime counterpart + For other browsers, you'll have to remap keybindings for shortcuts to work. ## Why can't code-server use Microsoft's extension marketplace?