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
Manifest Json
{
"name": "PWA using Flask"
"short_name": "Flask PWA",
"theme_color": "#042ad3",
"background_color": "#ffffff",
"icons": [
…
Top comments (0)