Slide 9
Slide 9 text
manifest.webmanifest
{
"short_name": "Paint",
"name": "Paint Workshop",
"theme_color": "white",
"icons": [{
"src": "icon.png",
"sizes": "512x512"
}],
"start_url": "/index.html",
"display": "standalone",
"shortcuts": [/* … */]
}
Progressive Web Apps
Cross-Plattform-Apps auf Desktopniveau
PWA
Names
Icons
Display Mode
Shortcuts
Start URL
Theme color (status bar/window bar)