Slide 7
Slide 7 text
#DevoxxMA @_bruno_b_
Manifest: metadata of your web app
{
"name": "Vue.js PWA",
"short_name": "Vue.js PWA",
"icons": [{
"icons": "icon-mid.png",
"sizes": "96x96"
}, {
"icons": "icon-large.png",
"sizes": "192x192"
}],
"theme_color": "#4DBA87",
"background_color": "#000000",
"display": "standalone",
"orientation": "portrait",
"start_url": "/demo"
}
manifest.json
index.html