- Issue: The
manifest.jsonfile has missing 144x144 icon.
{
"src": "images/icons/icon-144x144.png",
"sizes": "144x144",
"type": "image/png"
},import FileCode from '../../../components/FileCode.astro'
flowchart TD
A[Start] --> B{Is it?}
B -->|Yes| C[OK]
C --> D[Rethink]
D --> B
B ---->|No| E[End]