question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Wrong best practices warning about manifest short_name when testing non-pwa websites

See original GitHub issue

I am checking ordinary static websites, NOT progressive web apps (not pwa), the Progressive Web App is NOT selected when I start the audit, but when the audit finishes I still get:

Manifest’s short_name will be truncated when displayed on homescreen

under the Best Practices. It does not matter whether I select desktop or mobile device; I still get this wrong warning. The warning does not make any sense to me: There is not any short_name since there is not any web app manifest, so the short_name cannot possible be truncated because there is not any.

In my opinion, the only case when this message could make sense is when I audit Progressive Web Apps.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
brendankennycommented, Sep 21, 2018

Good news, this was fixed in #4860, which shipped with Lighthouse 3.0 😃 If you’re running Lighthouse in DevTools, you shouldn’t see this happen in current stable Chrome (m69).

0reactions
baharevcommented, Sep 21, 2018

@brendankenny Awesome, thank you!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Web Application Manifest
This specification defines a JSON-based file format that provides developers with a centralized place to put metadata associated with a web ...
Read more >
Web app manifest
The web app manifest is a JSON file that defines how the PWA should be treated as an installed application, including the look...
Read more >
Web app manifests - MDN Web Docs - Mozilla
Chrome Edge display Full support. Chrome39. Toggle history Full support. Edge7... display_override. Experimental Full support. Chrome89. Toggle history Full support. Edge8... icons Full support. Chrome39. Toggle...
Read more >
Advanced settings and customizations
Edit the PWA manifest and create a custom service worker. - OutSystems 11 Documentation.
Read more >
The Unknowns of PWA App
Designing a PWA is very easy. Just add manifest file and you are done. But there are some pointers which you should know...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found