Development
PWA - Manifest.json Generator (생성)
Dev. Jkun
2019. 10. 10. 01:52
반응형
PWA (Progressive Web App) 에서 필수적인 manifest.json 파일을 생성시 파이어베이스에서 생성해준다.
아래 그림에서 필요한 부분을 입력하고 Generate!!!!
그리고 위와같이 생성된 파일 루트디렉토리 밑에 지정하여 위치하고 다음과 같이 메타태그를 등록해준다.
<link rel="manifest" href="/manifest.json" >
URL : https://app-manifest.firebaseapp.com/
App Manifest Generator
manifest.json Generate Icons The Web App Manifest allows for specifying icons of varying sizes. Upload a 512x512 image for the icon and we'll generate the remaining sizes.
app-manifest.firebaseapp.com
반응형