From 19d3133ccf014f21ef238a045dd9cdbc49e78fb4 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Tue, 20 Sep 2016 17:24:29 +0200 Subject: [PATCH] Web app manifest Signed-off-by: Jan-Christoph Borchardt --- core/img/manifest.json | 14 ++++++++++++++ core/templates/layout.user.php | 1 + .../Http/EmptyContentSecurityPolicy.php | 1 + 3 files changed, 16 insertions(+) create mode 100644 core/img/manifest.json diff --git a/core/img/manifest.json b/core/img/manifest.json new file mode 100644 index 0000000000..fcecb85661 --- /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" +} diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php index 31a5a1764f..439567fe6a 100644 --- a/core/templates/layout.user.php +++ b/core/templates/layout.user.php @@ -20,6 +20,7 @@ +