thedesk/app/manifest.json

18 lines
367 B
JSON
Raw Normal View History

2019-07-20 22:08:14 +10:00
{
"name": "TheDesk",
"short_name": "TheDesk",
"description": "Mastodonクライアント",
"icons": [
{
2019-07-20 22:09:24 +10:00
"src": "./img/desk.png",
2019-07-20 22:08:14 +10:00
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#212121",
"background_color": "#212121",
"display": "standalone",
"start_url": "./view/ja",
"scope": "https://thedesk.github.io"
}