From c2b52c035b4ed907ba1a704286aceb778421cc70 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Mon, 19 Nov 2018 06:55:41 +0100 Subject: content update --- assets/manifest.json | 37 ++++++++++++++++++++----------------- 1 file changed, 20 insertions(+), 17 deletions(-) (limited to 'assets/manifest.json') diff --git a/assets/manifest.json b/assets/manifest.json index f0b21b4..d150c67 100644 --- a/assets/manifest.json +++ b/assets/manifest.json @@ -1,19 +1,22 @@ { - "short_name": "MF", - "name": "Mitja Felicijan", - "author": "Mitja Felicijan", - "icons": [{ - "src": "/assets/avatar.png", - "sizes": "512x512", - "type": "image/png" - }, { - "src": "/assets/avatar.gif", - "sizes": "512x512", - "type": "image/gif" - }], - "start_url": "/", - "scope": "/", - "display": "standalone", - "theme_color": "#ffffff", - "background_color": "#ffffff" + "short_name": "MF", + "name": "Mitja Felicijan", + "author": "Mitja Felicijan", + "icons": [ + { + "src": "/assets/avatar.png", + "sizes": "512x512", + "type": "image/png" + }, + { + "src": "/assets/avatar.gif", + "sizes": "512x512", + "type": "image/gif" + } + ], + "start_url": "/", + "scope": "/", + "display": "standalone", + "theme_color": "#ffffff", + "background_color": "#ffffff" } -- cgit v1.2.3