thedesk/app/manifest.json

22 lines
442 B
JSON
Raw Normal View History

2019-07-20 22:08:14 +10:00
{
"name": "TheDesk",
"short_name": "TheDesk",
"icons": [
{
2019-07-20 22:09:24 +10:00
"src": "./img/desk.png",
2019-09-13 22:54:11 +10:00
"type": "image/png",
"sizes": "512x512"
2019-07-20 22:08:14 +10:00
}
],
2019-09-13 22:54:11 +10:00
"start_url": "/",
2019-07-20 22:08:14 +10:00
"display": "standalone",
2019-09-13 22:54:11 +10:00
"orientation": "portrait-primary",
"background_color": "#212121",
"theme_color": "#212121",
"description": "TheDesk",
"dir": "ltr",
"lang": "ja-jp",
"related_applications": [],
"prefer_related_applications": false
2019-07-20 22:08:14 +10:00
}