<head>
매니페스트 파일이 루트 수준(index.html이 있는 위치)에 있는 경우 index.html 파일의 태그 에서 다음과 같이 참조할 수 있습니다 .
<link rel="manifest" crossorigin="use-credentials" href="manifest.json"/>
또한 매니페스트 파일의 startUrl은 다음과 같아야 합니다.
"start_url": "/"
index.html에서 코드를 구성하는 문제였다. 다음 링크 태그는 파비콘 생성기에서 복사한 몇 개 위에 있어야 하며 메타 태그 아래에 있어야 한다.