commit 0379f1b9621e158ba8630c69fcabf0135650f32f parent e98ddb02fcf25f276fe02ad30067e90bd9e5846b Author: Hunter Date: Thu, 6 Aug 2026 12:16:45 -0400 update chrome PWA installation instructions Diffstat:
| A | pages/pwa/chrome/install.png | | | 0 | |
| A | pages/pwa/chrome/popup.png | | | 0 | |
| M | pages/pwa/index.html | | | 6 | ++++-- |
3 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/pages/pwa/chrome/install.png b/pages/pwa/chrome/install.png Binary files differ. diff --git a/pages/pwa/chrome/popup.png b/pages/pwa/chrome/popup.png Binary files differ. diff --git a/pages/pwa/index.html b/pages/pwa/index.html @@ -467,8 +467,10 @@ <div id="chrome-desktop" class="section"> <h2>Chrome (Desktop)</h2> - <p>Navigate to a website that supports PWA installation, click the install icon (downward pointing arrow) in the address bar, then click Install.</p> - <!-- <p class="note">Alternatively: <code>⋮</code> ➛ Cast, save, and share ➛ Install page as app</p> --> + <p>Navigate to a website that supports PWA installation and click the <b>Install</b> button in the address bar.</p> + <img src="chrome/install.png" style="max-width:100%;"> + <p>Click <b>Install</b>.</p> + <img src="chrome/popup.png" style="max-width:100%;"> <p>The app will appear in your applications folder or Start menu.</p> </div>