You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/en/2025/pwa.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -243,7 +243,7 @@ Most web apps (78%) opt for a `standalone` value for the display member. From th
243
243
244
244
Top sizes include 192x192 and 512x512.
245
245
246
-
### Manifest `orientation` values
246
+
### Manifest `orientation` values
247
247
248
248
{{ figure_markup(
249
249
image="pwa-manifest-orientation.png",
@@ -257,7 +257,7 @@ Top sizes include 192x192 and 512x512.
257
257
258
258
Unsurprisingly, around 79.5% of PWAs do not set orientation. Responsive design and modern development make defining the app's orientation less necessary, but portrait takes second place with around 11.9%.
259
259
260
-
## Service worker and manifest usage
260
+
## Service worker and manifest usage
261
261
262
262
We've seen the latest data on what the most used service worker and manifest features are. In 2025, we can see that roughly one fifth of sites use service workers, and roughly one tenth use manifests.
0 commit comments