Installierbar und Settings bearbeitet
This commit is contained in:
@@ -10,9 +10,7 @@
|
||||
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
|
||||
<link rel="manifest" href="js/manifest.json">
|
||||
|
||||
|
||||
<link rel="manifest" href="js/manifest.json" crossOrigin="use-credentials">
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="img/icons/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="img/icons/favicon-32x32.png">
|
||||
@@ -24,8 +22,6 @@
|
||||
<meta name="msapplication-config" content="img/icons/browserconfig.xml">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
|
||||
|
||||
|
||||
<meta name="application-name" content="WordRotator">
|
||||
|
||||
<title>WordRotator</title>
|
||||
@@ -242,10 +238,6 @@
|
||||
alert(error);
|
||||
document.body.innerHTML = error;
|
||||
}
|
||||
|
||||
window.addEventListener('beforeinstallprompt', e => {
|
||||
console.log("beforeinstallprompt 2", e);
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user