웹 앱 매니페스트 , web app manifest

1
웹 앱 매니페스트 , web app manifest

앱 캐시용 매니페스트와 다르다.
<link rel="manifest" href="/manifest.json">
위와 같이 표시하며

  "short_name": "AirHorner",
 
"name": "Kinlan's AirHorner of Infamy",
 
"icons": [
   
{
     
"src": "launcher-icon-1x.png",
     
"type": "image/png",
     
"sizes": "48x48"
   
},
   
{
     
"src": "launcher-icon-2x.png",
     
"type": "image/png",
     
"sizes": "96x96"
   
},
   
{
     
"src": "launcher-icon-4x.png",
     
"type": "image/png",
     
"sizes": "192x192"
   
}
 
],
 
"start_url": "index.html?launcher=true"
}
이와 같은 내용을 가지고 있다.

스마트 폰에서 웹페이지를 앱 처럼 사용하기위해서 제공하는 것이다.


댓글
  • No Nickname
    No Comment
  • 권한이 없습니다.
    {{m_row.m_nick}}
    -
목록형 📅 달력형