Slide 14
Slide 14 text
© ZOZO NEXT, Inc.
14
マニフェストファイルの例
https://web.dev/install-criteria/
"start_url": "/?source=pwa",
"background_color": "#3367D6",
"display": "standalone",
"scope": "/",
"theme_color": "#3367D6",
"shortcuts": [
{
"name": "What's PWA?",
"short_name": "Top",
"description": "View PWA information",
"url": "/top?source=pwa",
"icons": [{ "src": "/images/pwa.png", "sizes": "192x192" }]
},
{
"name": "How to become installable?",
"short_name": "Installable",
……
● start_url: PWA起動時のURL
● background_color: スプラッシュ画面の色
● display: PWAの起動方法
● scope: サービスワーカーが管理する範囲
● theme_color: ステータスバーの色
● shortcuts: 特定のページに移動できる