commit 21f1e44785eee9881e5c5e9dcc084603aaa273da
parent 2a37de0d628943ce1b87232ebbd3c02b42549efa
Author: Hunter
Date: Thu, 31 Jul 2025 23:16:53 -0400
pwa guide: update verbiage
Diffstat:
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/pages/pwa/index.html b/pages/pwa/index.html
@@ -303,11 +303,11 @@
<div id="firefox-android" class="section">
<h2>Firefox (Android)</h2>
<ol>
- <li>Open Firefox for Android and navigate to the website you'd like to install as a PWA</li>
+ <li>Open Firefox on your Android device and navigate to the website you'd like to install as a PWA</li>
<li>Tap the three-dot menu</li>
<li>Select "Add app to Home screen"</li>
<li>Tap the "Add to home screen" button or drag the app icon to its desired location</li>
- <li>The shortcut will appear on your home screen</li>
+ <li>The PWA will be added to your home screen</li>
</ol>
</div>
@@ -318,7 +318,7 @@
<li>Tap the Share button (square with an arrow pointing up)</li>
<li>Scroll down and tap "Add to Home Screen"</li>
<li>Enter a name for the app and tap "Add"</li>
- <li>The PWA will appear on your home screen</li>
+ <li>The PWA will be added to your home screen</li>
</ol>
<p class="note">Note: iOS only allows PWA installation through Safari.</p>
</div>
@@ -328,8 +328,7 @@
<h3>Install Option Not Available?</h3>
<ul>
<li>Ensure the website is served over HTTPS</li>
- <!-- <li>Check that the site has a valid web app manifest</li>
- <li>Verify the site has a registered service worker</li> -->
+ <li>Check that the website meets the requirements for PWA installation</li>
<li>Try refreshing the page or clearing browser cache</li>
</ul>