PWA incon on update 2.2 beta

with old version icon on desktop gone fine ... now i've this :

image

I cannot see an issue.
Do you specify custom icons? If so, please share details.
When testing this here, the expected icon is used:
image

yes sure ... with old versione all gone fine ...

also in deploy folder i've the 3 images iconRes...

Is the manifest pointing to the right icon files?
It is as simple as that, just check it please.

I cleared cache, reload files on web and now seem fine ... but i have an error when start index. If can help you

image

NOTE : in old version in sericeworker.js i put this manually

var CACHE_NAME = "$(ProjectName)";
var CACHED_URLS = [
"Manifest.json",
"IconResHigh.png",
"IconResLow.png",
"IconResMid.png",
"$(ProjectHTML)",
$(FileList)
];

is this the problem ?

bye