Slide 36
Slide 36 text
2-1. Create manifest.json
{
"name": "PWA sample of supporterzcolab 439",
"short_name": "PWA sample”,
"icons": [
{
"src": "img/launcher-icon-48x48.png",
"type": "image/png",
"sizes": "48x48"
},
. . .
{
"src": "img/launcher-icon-512x512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": "/?utm_source=homescreen",
"display": "standalone",
"theme_color": "#ff0044",
"background_color": "#f2f2f5"
}
Please check
the meaning of
each item.