thedesk/app/manifest.json

9 lines
190 B
JSON
Raw Normal View History

2020-02-08 03:14:12 +11:00
{
"name": "TheDesk",
"short_name": "TheDesk",
"theme_color": "#212121",
"background_color": "#212121",
"display": "standalone",
"scope": "/",
"start_url": "/"
}