Refactor manifest.json for Ausleihsystem; add service worker for caching and offline support

This commit is contained in:
2026-04-19 19:58:26 +02:00
parent 92bea9a87e
commit b47fcdf804
6 changed files with 29 additions and 120 deletions
+1
View File
@@ -14,6 +14,7 @@
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<link rel="manifest" href="{{ url_for('static', filename='manifest.json') }}">
<meta name="csrf-token" content="{{ csrf_token }}">
<title>{% block title %}Inventarsystem{% endblock %}</title>
{% block head %}