thedesk/app/manifest.json
2019-07-20 21:11:17 +09:00

18 lines
367 B
JSON

{
"name": "TheDesk",
"short_name": "TheDesk",
"description": "Mastodonクライアント",
"icons": [
{
"src": "./img/desk.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#212121",
"background_color": "#212121",
"display": "standalone",
"start_url": "./view/ja",
"scope": "https://thedesk.github.io"
}