DEV Community

Vatsalay
Vatsalay

Posted on

can't load icons from manifest.json file

can't load icons from manifest.json file

0

so i am trying to make a Progressive web app using Flask but i have run into a problem. I can't load the icons from the manifest.json file.

Screenshoot of the PWA console

enter image description here

Manifest Json

{
    "name": "PWA using Flask"
    "short_name": "Flask PWA",
    "theme_color": "#042ad3",
    "background_color": "#ffffff",
    "icons": [

Top comments (0)