diff --git a/app/static/manifest.webmanifest b/app/static/manifest.webmanifest new file mode 100644 index 0000000..7d9a6d2 --- /dev/null +++ b/app/static/manifest.webmanifest @@ -0,0 +1,16 @@ +{ + "name": "KaraoQueue", + "short_name": "KaraoQueue", + "start_url": "/", + "display": "standalone", + "background_color": "#343a40", + "description": "Eine Karaokewarteliste.", + "icons": [{ + "src": "images/touch/homescreen192.png", + "sizes": "192x192", + "type": "image/png" + }], + "related_applications": [{ + "platform": "Web" + }] +} diff --git a/app/templates/base.html b/app/templates/base.html index acf5a98..4d47a1a 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -7,6 +7,7 @@ + {% block title %}{% endblock %} - KaraoQueue diff --git a/app/templates/main.html b/app/templates/main.html index ae93315..927d06f 100644 --- a/app/templates/main.html +++ b/app/templates/main.html @@ -3,6 +3,7 @@ {% extends 'base.html' %} {% block title %}Home{% endblock %} {% block content %} +Eintragen diff --git a/app/templates/played_list.html b/app/templates/played_list.html index 25a9625..94c9911 100644 --- a/app/templates/played_list.html +++ b/app/templates/played_list.html @@ -36,7 +36,7 @@