mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-07-05 17:44:31 +02:00
Minor changes
This commit is contained in:
16
app/static/manifest.webmanifest
Normal file
16
app/static/manifest.webmanifest
Normal file
@ -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"
|
||||
}]
|
||||
}
|
Reference in New Issue
Block a user