PWA Feature (Beta)
Enable It
Update .env
USE_PWA=trueSetup it
Update public/manifest.json
{
"name": "MyApp",
"short_name": "MyApp",
"start_url": "/index.html",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#3367D6",
"icons": [
{
"src": "/images/icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/images/icon-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}Set Variables
Update public/manifest_config.html
Update public/offline.html
Update public/service-worker.js
Set Vairables
Edit Offline URL
Enable SSL
Notes
Last updated