Slide 8
Slide 8 text
manifest.webmanifest
{
"short_name": "Paint",
"name": "Paint Workshop",
"theme_color": "white",
"icons": [{
"src": "icon.png",
"sizes": "512x512"
}],
"start_url": "./",
"display": "standalone",
"shortcuts": [/* … */]
}
PWA
Names
Icons
Display Mode
Shortcuts
Start URL
Theme color (status bar/window bar)
Einsatzgebiete, Erfolgsgeschichten, Einschränkungen
Progressive Web Apps mit Blazor