audit: Can prompt recurring visitor to install to homescreen
See original GitHub issueManual evaluation: manifest has short_name, 144x144 png icon
input:
- parsed manifest - #22
audit:
- has a registered SW
- valid start_url
- valid name
- valid short_name
- icon of size >= 144x144 and png (either type
image/png
or filename ending in.png
)
update: ^ Copied from brendan’s comment below.
See also “PWA validator” bookmarklet - #17
docs: install-to-homescreen on /web
when:
- page loaded and in idle state
Issue Analytics
- State:
- Created 8 years ago
- Comments:12 (12 by maintainers)
Top Results From Across the Web
How to show PWA install banner (Add to Homescreen) for ...
In this article, you will learn everything to show PWA install banner on your website as well as to track user activity on...
Read more >Chrome Badge shows on 'Add To Homescreen' installed PWA ...
A lighthouse audit gives 3/3 100% (Uses HTTPS, Registers a Service Worker, Manifest meets installability requirements) for Installable stating " ...
Read more >Add to Home screen - Progressive web apps (PWAs) | MDN
How do you use it? · URL bar menu. Open the menu next to the URL bar. · Menu with install app option....
Read more >Epic Reference Guide – Medical Student
Install Haiku on iPhone. 1. Go to the App Store. 2. Search for Haiku and select Epic Haiku. 3. Install Epic Haiku. 4....
Read more >Installation prompt - web.dev
For sites that pass the PWA install criteria, the browser triggers an event to prompt the user to install it. The good news...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
this one has been confusing because of the difference in context of use of the
short_name
. See #348, for instance. We should add a clear comment on this when we fix this 😃IMO we should get rid of the manifest
display
audit and rename itchrome-a2hs-display.js
or whatever to make it clear what it is and test only for standalone/fullscreenLooked again at the current implementation (installable_manager.cc and app_banner_manager.cc):
2
. see at chrome://site-engagement/