Update index.html with manifest crossorigin

This commit is contained in:
Simos Mikelatos
2026-03-05 23:19:42 +01:00
committed by GitHub
parent 03a8f41b21
commit 8d28438fe7

View File

@@ -8,7 +8,7 @@
<title>CloudCLI UI</title> <title>CloudCLI UI</title>
<!-- PWA Manifest --> <!-- PWA Manifest -->
<link rel="manifest" href="/manifest.json" /> <link rel="manifest" href="/manifest.json" crossorigin="use-credentials" />
<!-- iOS Safari PWA Meta Tags --> <!-- iOS Safari PWA Meta Tags -->
<meta name="mobile-web-app-capable" content="yes" /> <meta name="mobile-web-app-capable" content="yes" />
@@ -45,4 +45,4 @@
} }
</script> </script>
</body> </body>
</html> </html>