Skip to content
Advertisement

Manifest does not have `short_name`, Manifest does not have `name`

When running the Google Chrome audit i’m getting the following errors:

Web app manifest does not meet the installability requirementsFailures: Manifest does not have `short_name`, Manifest does not have `name`.

photo of error message

as well as

Is not configured for a custom splash screenFailures: Manifest does not have a PNG icon of at least 512px, Manifest does not have `name`.

photo of second error message

I have an app-files in the root directory as well as the manifest.json which looks like this:

JavaScript

If anyone can point me in the right direction on what i’m doing wrong? Thanks in advance guys

Advertisement

Answer

SOLVED!

A site.webmanifest from a favicon generator i used blocked my custom manifest.json file.

User contributions licensed under: CC BY-SA
10 People found this is helpful
Advertisement