@ when you say "add this" what do you mean exactly? how does this relate to the manifest.json? should this json and the manifest be in an element or in the page meta? would be great if you could create a sample app showing this if possible. this is an example manifest
{
"short_name": "MDN",
"name": "MDN Web Docs",
"icons": [
{
"src": "/favicon-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/favicon-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}
thanks