diff options
Diffstat (limited to 'core/img/manifest.json')
-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" +} |