Slide 28
Slide 28 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 mit Angular
In Action!
PWA
Names
Icons
Display Mode
Shortcuts
Start URL
Theme color (status bar/window bar)