Skip to content

Commit f4785d9

Browse files
Merge branch 'main' into dependabot/pip/src/flask-3.1.3
2 parents 231bf3d + e6e5536 commit f4785d9

File tree

3 files changed

+52
-40
lines changed

3 files changed

+52
-40
lines changed

src/content/en/2025/pwa.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The concept of a PWA has evolved a lot in these 10 years, and different browsers
3131

3232
The last couple of years have seen new features coming to web apps that enable more customization, advanced control of the application's behavior and better performance. But above all, there has been progress in supporting web apps (to an extent or another) on multiple engines!
3333

34-
Chromium based browsers prompt for an application installation once a minimum set of requirements is identified. This used to be the case on apps that had a manifest file, a service worker and were served over a secure connection. For a while this was the "trifecta" for PWA installability. This has changed and nowadays only the manifest is required (the HTTPS connection is still there, do not worry); service workers are no longer required for browsers like Edge and Chrome to display the installation prompt.
34+
Chromium based browsers prompt for an application installation once a minimum set of requirements is identified. This used to be the case on apps that had a manifest file, a service worker and were served over a secure connection. For a while this was the "trifecta" for PWA installability. This has changed and nowadays only the manifest is required (the HTTPS connection is still there, do not worry); service workers are no longer required for browsers like Edge and Chrome to display the installation prompt.
3535

3636
On the other hand, Safari does not prompt for web app installation. It does however allow any web page to be installed as an application by <a hreflang="en" href="https://support.apple.com/en-us/104996">adding it to the dock</a> on macOS 14.
3737

@@ -366,7 +366,7 @@ These are the top 10 used advanced capabilities in PWAs for 2025.
366366
<figcaption>{{ figure_link(caption="Top 10 used advanced capabilities in PWAs.", sheets_gid="220067822", sql_file="fugu.sql") }}</figcaption>
367367
</figure>
368368

369-
There is a separate chapter dedicated to [Capabilities](./capabilities.md) to dive deeper in the adoption that these sort of APIs have had in 2025.
369+
There is a separate chapter dedicated to [Capabilities](./capabilities) to dive deeper in the adoption that these sort of APIs have had in 2025.
370370

371371
## Notifications and PWAs
372372

@@ -382,7 +382,7 @@ Notifications make sense for apps as they allow the user to re-engage with the a
382382
)
383383
}}
384384

385-
Desktop notification acceptance is overwhelmingly ignored: 78% of them are disregarded, with a slightly lower but still meaningful 48% on mobile. This is not a surprise considering overall the notification fatigue users deal with on a regular basis.
385+
Desktop notification acceptance is overwhelmingly ignored: 78% of them are disregarded, with a slightly lower but still meaningful 48% on mobile. This is not a surprise considering overall the notification fatigue users deal with on a regular basis.
386386

387387
## Conclusion
388388

src/package-lock.json

Lines changed: 48 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"node-fetch": "3.3.2",
4242
"node-watch": "0.7.4",
4343
"prettier": "3.8.0",
44-
"puppeteer": "24.37.3",
44+
"puppeteer": "24.37.5",
4545
"rainbow-code": "2.1.7",
4646
"recursive-readdir": "2.2.3",
4747
"run-script-os": "1.1.6",

0 commit comments

Comments
 (0)