PWA Application and Manifest.json problem

Hi,
In the last WEB Core version manifest.json file is not filled e.g. in the Release mode. After Release I see only placeholders like this.
{
"short_name":"$(ShortName)",
"name":"$(Name)",
"description":"$(Description)",
"start_url":"$(StartURL)",
"display":"fullscreen",
"theme_color":"$(ThemeColor)",
"background_color":"$(BackgroundColor)",
"icons":
[
{
"src": "$(LowResFileName)",
"type": "image/png",
"sizes": "64x64"
},
{
"src": "$(MidResFileName)",
"type": "image/png",
"sizes": "256x256"
},
{
"src": "$(HighResFileName)",
"type": "image/png",
"sizes": "512x512"
}
]
}

Internally already fixed and this fix is also already in the v2.6.0.0 beta

ok ... when the release 2.6.0.0 is planned?

No fixed date set yet. We want sufficient time for the new web form designer feedback.
You can use v2.6.0.0 now as for use with classic form designer, all is stable.

1 Like