simply replacing icons for progressive web app leads to error in manifest simply replacing icons for progressive web app leads to error in manifest google-chrome google-chrome

simply replacing icons for progressive web app leads to error in manifest


Is the icon actually 144px by 144px? That's what the error suggests to me.


Error-"Error while trying to use the following icon from the Manifest:"When I modifed the manifest.json with following change , it worked for me .

"icons": [{  "src": "favicon.ico",  "sizes": "64x64 32x32 24x24 16x16",  "type": "image/x-icon"}

This might help someone who is facing a similar issue.