0

In my app manifest I'm getting errors saying Icon http://localhost/appname/imgname.png failed to load, The Icons all appear to be loading both on desktop and tablet but the errors still appear in the app manifest for all img sizes I have an Icon for

Any pointers to remove error appreciated

I've tried changing the details in my web manifest to make them any, maskable etc but any change still results in the errors showing

 "icons": [
{
  "src": "favicon_pwa.png",
  "type": "image/png",
  "sizes": "800x800",
  "purpose": "maskable"
},
{
  "src": "favicon_pwa.png",
  "type": "image/png",
  "sizes": "800x800",
  "purpose": "any"
},
{
  "src": "favicon_pwa512.png",
  "type": "image/png",
  "sizes": "512x512",
  "purpose": "any"
},
{
  "src": "favicon_pwa384.png",
  "type": "image/png",
  "sizes": "384x384",
  "purpose": "any"
},
{
  "src": "favicon_pwa192.png",
  "type": "image/png",
  "sizes": "192x192",
  "purpose": "any"
},
{
  "src": "favicon_pwa152.png",
  "type": "image/png",
  "sizes": "152x152",
  "purpose": "any"
},
{
  "src": "favicon_pwa144.png",
  "type": "image/png",
  "sizes": "144x144",
  "purpose": "any"
},
{
  "src": "favicon_pwa128.png",
  "type": "image/png",
  "sizes": "128x128",
  "purpose": "any"
},
{
  "src": "favicon_pwa96.png",
  "type": "image/png",
  "sizes": "96x96",
  "purpose": "any"
},
{
  "src": "favicon_pwa72.png",
  "type": "image/png",
  "sizes": "72x72",
  "purpose": "any"
},
{
  "src": "favicon_pwa48.png",
  "type": "image/png",
  "sizes": "48x48",
  "purpose": "any"
}

], "start_url": "index.html",

awb1993
  • 1
  • 2

0 Answers0