From 1099e3ac7f133b6a3aa0742a8f0ea457b2ea8f14 Mon Sep 17 00:00:00 2001 From: zzossig Date: Fri, 3 Jan 2020 17:49:34 +0900 Subject: [PATCH] exampleSite update --- exampleSite/static/manifest.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/exampleSite/static/manifest.json b/exampleSite/static/manifest.json index c2f24f8..0aa58be 100644 --- a/exampleSite/static/manifest.json +++ b/exampleSite/static/manifest.json @@ -1,7 +1,12 @@ { "manifest_version": 2, - "name": "Zzo", + "name": "Hugo Zzo theme", + "short_name": "Hugo Zzo theme", "version": "1.0.0", "default_locale": "en", - "description": "Hugo blog theme" + "description": "Hugo blog theme with rich features", + "start_url": "https://themes.gohugo.io/theme/hugo-theme-zzo/", + "theme_color": "#FF6188", + "background_color": "#2D2A2E", + "display": "standalone" }