chayeoi / blog

😀 My personal blog

Home Page:https://chayeoi.site

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PWA 지원 추가 설정

chayeoi opened this issue · comments

  • apple-mobile-web-app-title
  • apple-mobile-web-app-capable
  • apple-touch-startup-image: 각 디바이스 사이즈에 맞는 스플래시 이미지 추가
  • application-name
  • notch 영역의 검은 색 배경 제거
  • 앱 아이콘의 검은 색 배경 제거
  • 앱 아이콘에 나타나는 테두리 선 제거를 위해 파비콘 변경
  • 홈 화면에서 나타나는 앱 이름을 chny.world로 변경
[
  {
    name: 'apple-mobile-web-app-capable',
    content: 'yes',
  },
  {
    name: 'apple-mobile-web-app-status-bar-style',
    content: 'default',
  },
]

참고