diff options
| author | nico <nico@lifeisabug.com> | 2018-11-27 20:38:50 +0100 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2018-11-28 04:38:50 +0900 |
| commit | bdef33e88d06de83e0195b58a89939b3d5fcb2b6 (patch) | |
| tree | d7ab2397898f37879b06622509a84f8e222f53b7 /src/client/assets | |
| parent | Update webfinger.js requirement from 2.6.6 to 2.7.0 (#3414) (diff) | |
| download | sharkey-bdef33e88d06de83e0195b58a89939b3d5fcb2b6.tar.gz sharkey-bdef33e88d06de83e0195b58a89939b3d5fcb2b6.tar.bz2 sharkey-bdef33e88d06de83e0195b58a89939b3d5fcb2b6.zip | |
Add theme_color and 512x512 icon to app manifest (#3417)
As per Chrome Lighthouse PWA suggestions.
Diffstat (limited to 'src/client/assets')
| -rw-r--r-- | src/client/assets/manifest.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/client/assets/manifest.json b/src/client/assets/manifest.json index bae0ee7f1d..30aea9e267 100644 --- a/src/client/assets/manifest.json +++ b/src/client/assets/manifest.json @@ -4,6 +4,7 @@ "start_url": "/", "display": "standalone", "background_color": "#313a42", + "theme_color": "#fb4e4e", "icons": [ { "src": "/assets/icons/16.png", @@ -34,6 +35,11 @@ "src": "/assets/icons/256.png", "sizes": "256x256", "type": "image/png" + }, + { + "src": "/assets/icons/512.png", + "sizes": "512x512", + "type": "image/png" } ], "share_target": { |