소스 검색

added missing files

tags/v0.3.1
Big Bad Waffle 5 년 전
부모
커밋
19380aaf31
2개의 변경된 파일12개의 추가작업 그리고 0개의 파일을 삭제
  1. BIN
     
  2. +12
    -0
      src/client/manifest.json

+ 12
- 0
src/client/manifest.json 파일 보기

@@ -0,0 +1,12 @@
{
"short_name": "IWD",
"name": "Isleward",
"icons": [{
"src": "/images/icon.png",
"sizes": "192x192",
"type": "image/png"
}],
"start_url": "/index.html",
"display": "fullscreen",
"orientation": "landscape"
}

불러오는 중...
취소
저장