this post was submitted on 14 Jan 2024
0 points (NaN% liked)
Firefox
17902 readers
44 users here now
A place to discuss the news and latest developments on the open-source browser Firefox
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
If a website has a compatible PWA manifest the there will be an item labelled "install" in the three-dot menu of Firefox in place of usual "add to homescreen" item.
Edit: There's a few other requirements as well for the website to be considered installable as PWA, such as it must have a registered service worker so it can work offline. But regardless, if the website provides all the requirements then it can just be installed straight from the menu.
It doesn't even need a service worker.
It doesn't? I don't think I've actually tried without a service worker so maybe you are indeed right, but if it isn't required then this page seems to be incorrect?
I saw that requirement, but I made a PWA without a service worker, and it indeed shows "Install" instead of "Add to homescreen".