Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 547 Bytes

File metadata and controls

25 lines (21 loc) · 547 Bytes

Manifest Issue

#1

  • Issue: The manifest.json file has missing 144x144 icon.
{
      "src": "images/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png"
},

#2 Some Code Reference

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]
Loading