<html>
<head>
<link rel="manifest" href="manifest.json"/>
<script>
window.onload = function() {
setTimeout(function() {
history.pushState("", "", "#pushState");
}, 0);
}
</script>
</head>
</html>
<html>
<head>
<link rel="manifest" href="manifest.json"/>
<script>
window.onload = function() {
setTimeout(function() {
history.pushState("", "", "#pushState");
}, 0);
}
</script>
</head>
</html>