Added Progressive Web App support for Etherpad (#6411)

This commit is contained in:
SamTV12345 2024-06-01 13:14:45 +02:00 committed by GitHub
parent 2e12906ff5
commit f1a1b6bfd7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 45 additions and 8 deletions

View file

@ -31,6 +31,7 @@
</script>
<script src="../../static/js/basic_error_handler.js?v=<%=settings.randomVersionString%>"></script>
<meta charset="utf-8">
<link rel="manifest" href="/manifest.json" />
<meta name="robots" content="noindex, nofollow">
<meta name="referrer" content="no-referrer">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">