From e7cd6da93833b65b1e94eb923b561dc89d5c37a3 Mon Sep 17 00:00:00 2001 From: Frederic Hemberger Date: Wed, 2 Nov 2016 15:18:40 +0100 Subject: Add touch icons for Chrome, iOS and Windows 10 --- public/manifest.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 public/manifest.json (limited to 'public/manifest.json') diff --git a/public/manifest.json b/public/manifest.json new file mode 100644 index 000000000..173270f03 --- /dev/null +++ b/public/manifest.json @@ -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" +} -- cgit