PWA: manifest.json

This commit is contained in:
cutls 2020-02-08 01:14:12 +09:00
parent 92f8611043
commit 0adb904c86

9
app/manifest.json Normal file
View File

@ -0,0 +1,9 @@
{
"name": "TheDesk",
"short_name": "TheDesk",
"theme_color": "#212121",
"background_color": "#212121",
"display": "standalone",
"scope": "/",
"start_url": "/"
}