Web workers
& sockets
Service worker
Web App Manifest
App shell
Responsive
{
"short_name": "My App",
"name": "My App: 2.0",
"description": "This is a example of manifest.",
"icons": [
{
"src": "launcher-icon-1x.png",
"type": "image/png",
"sizes": "48x48"
},
{
"src": "launcher-icon-2x.png",
"type": "image/png",
"sizes": "96x96"
},
{
"src": "launcher-icon-4x.png",
"type": "image/png",
"sizes": "192x192"
}
],
"start_url": "index.html",
"background_color": "#2196F3"
}
"theme_color": "#2196F3"
<link rel="manifest" href="/manifest.json">
create-react-app pwa-react