diff options
author | Pierre Rudloff <contact@rudloff.pro> | 2016-09-20 17:24:29 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2017-03-28 18:39:57 -0600 |
commit | 19d3133ccf014f21ef238a045dd9cdbc49e78fb4 (patch) | |
tree | f2d606f4f8795be906f0e98773e862324f56ffba /core/img | |
parent | 4f09dc71e0902a693ccb9c59a9ea6b1f258eefa1 (diff) | |
download | nextcloud-server-19d3133ccf014f21ef238a045dd9cdbc49e78fb4.tar.gz nextcloud-server-19d3133ccf014f21ef238a045dd9cdbc49e78fb4.zip |
Web app manifest
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'core/img')
-rw-r--r-- | core/img/manifest.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/core/img/manifest.json b/core/img/manifest.json new file mode 100644 index 00000000000..fcecb856614 --- /dev/null +++ b/core/img/manifest.json @@ -0,0 +1,14 @@ +{ + "name": "Nextcloud", + "start_url": "../../", + "icons": [{ + "src": "favicon-touch.png", + "type": "image/png", + "sizes": "128x128" + }, { + "src": "favicon-mask.svg", + "type": "image/svg+xml", + "sizes": "16x16" + }], + "display": "standalone" +} |