Georgiana M
Georgiana M

Reputation: 431

Chrome does't recognize my manifest.json when I prompt "Add to homescreen" banner

I want to create a manifest to launch a "Add t homescreen" banner. However, it seems that chrome does't recognize my manifest file to launch the banner.

Here in the application tab in chrome debugger, the fields should be filled with the information from manifest.json

enter image description here The manifest file is declared correctly, because it points to the right file. Here is the manifest.json: enter image description here

Upvotes: 3

Views: 4124

Answers (1)

Kevin Farrugia
Kevin Farrugia

Reputation: 7489

It seems that the Web App Manifest is not being parsed correctly. You can validate it using the Web Manifest Validator.

Did you check this similar question: Web App Manifest not parsed by Chrome Dev Tools

Upvotes: 6

Related Questions