devSoyoung / STUDY

✏️ 공부한 내용 정리, 주제에 따라 분류
4 stars 1 forks source link

Web App Manifest #44

Open devSoyoung opened 4 years ago

devSoyoung commented 4 years ago

리액트 public 디렉토리에 있는 manifest.json의 역할이 궁금해서 검색해봄 (쓸데없는거면 지워버리려고.. 배포 파일 용량 조금이라도 더 줄일 것이다..)

https://stackoverflow.com/questions/45186993/what-is-public-manifest-json-file-in-create-react-app Summary : 애플리케이션에 대한 설명이 담긴건데, 모바일에서 홈에 바로가기를 만들었을 때 정보를 표시해줄 수 있다.

index.html에 주석에도 이에 대한 설명이 적혀있었다.

  <!--
      manifest.json provides metadata used when your web app is installed on a
      user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
    -->