From 5248a576a106552a71e720314299e7269d8f5bb5 Mon Sep 17 00:00:00 2001 From: Darin Dimitroff Date: Tue, 17 Jan 2017 17:16:36 +0200 Subject: Updates head partial and adds favicons MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Renames “header” to “head”. --- site/static/manifest.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 site/static/manifest.json (limited to 'site/static/manifest.json') diff --git a/site/static/manifest.json b/site/static/manifest.json new file mode 100644 index 0000000..80c5526 --- /dev/null +++ b/site/static/manifest.json @@ -0,0 +1,17 @@ +{ + "name": "", + "icons": [ + { + "src": "\/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image\/png" + }, + { + "src": "\/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image\/png" + } + ], + "theme_color": "#ffffff", + "display": "standalone" +} -- cgit v1.3