Add touch icons for Chrome, iOS and Windows 10
This commit is contained in:
parent
53fb7b1aa8
commit
e7cd6da938
6 changed files with 28 additions and 0 deletions
14
public/manifest.json
Normal file
14
public/manifest.json
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"name": "Mastodon",
|
||||
"description": "Mastodon is a free, open-source social network server.",
|
||||
"icons": [
|
||||
{
|
||||
"src": "\/assets\/android-chrome-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image\/png"
|
||||
}
|
||||
],
|
||||
"theme_color": "#ffffff",
|
||||
"display": "standalone",
|
||||
"start_url": "/#/statuses/home"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue