To verify the issue, I added a simple empty HTML page, just displaying icon and title,
to Google Admin Console "Kiosks", under menu: “Devices“ - “Chrome“ - “Apps & Extensions“.
However, after updating the icon and title on the page, and redeployment, the link in Google Admin Console still shows the old version.
From a new browser window, it shows the latest icon and title, but in console still displays the old version, even after I removed it and readded it, or refresh.
Page Code below:
<html>
<head>
<meta charset="utf-8">
<base href="/">
<title>Red Page title 22</title>
<link rel="icon" href="/replay/v1/logo.png" />
</head>
</html>
And same issue if I choose to use a manifest rel.
Any advice to clear the Google cache? or workaround please, thanks.