parent
c3c122d2ba
commit
739e8d6605
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 12 KiB |
@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<browserconfig>
|
||||
<msapplication>
|
||||
<tile>
|
||||
<square150x150logo src="/assets/mstile-150x150.png"/>
|
||||
<TileColor>#2b5797</TileColor>
|
||||
</tile>
|
||||
</msapplication>
|
||||
</browserconfig>
|
@ -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"
|
||||
}
|
After Width: | Height: | Size: 6.8 KiB |
Loading…
Reference in new issue