From f7aa3b39ece32881a74aa1be6ea91e46af272f7a Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 8 Aug 2018 13:57:18 +0200 Subject: content update --- assets/manifest.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 assets/manifest.json (limited to 'assets') diff --git a/assets/manifest.json b/assets/manifest.json new file mode 100644 index 0000000..fee782f --- /dev/null +++ b/assets/manifest.json @@ -0,0 +1,14 @@ +{ + "short_name": "MF", + "name": "Mitja Felicijan", + "author": "Mitja Felicijan", + "icons": [{ + "src": "/assets/avatar.gif", + "sizes": "512x512", + "type": "image/gif" + }], + "start_url": "/", + "display": "fullscreen", + "theme_color": "#c242f4", + "background_color": "#c242f4" +} -- cgit v1.2.3