이 도구에 대해
사이트를 PWA로 설치할 수 있게 하는 웹 앱 매니페스트.
바로 사용할 수 있는 manifest.webmanifest — 내용을 보고 복사하거나 올바른 파일명으로 다운로드하세요. 무료, 100% 브라우저에서.
사이트를 PWA로 설치할 수 있게 하는 웹 앱 매니페스트.
{
"name": "My App",
"short_name": "App",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#000000",
"icons": [
{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" },
{ "src": "/icon-512.png", "sizes": "512x512", "type": "image/png" }
]
}
사이트를 PWA로 설치할 수 있게 하는 웹 앱 매니페스트.
바로 사용할 수 있는 manifest.webmanifest — 내용을 보고 복사하거나 올바른 파일명으로 다운로드하세요. 무료, 100% 브라우저에서.