diff --git a/assets/manifest.json b/assets/manifest.json index 01f6606..8965f24 100644 --- a/assets/manifest.json +++ b/assets/manifest.json @@ -2,5 +2,7 @@ "short_name": "Book Manager", "name": "Book Manager", "theme_color": "#1F2937", - "display": "standalone" + "display": "standalone", + "scope": "/", + "start_url": "/" } diff --git a/templates/base.html b/templates/base.html index 3dd035d..7953bf8 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,192 +1,51 @@
+ + + + - -