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 @@ +