From d2fffcbd5ab21052730024d19066bf2de3661838 Mon Sep 17 00:00:00 2001 From: Shimul Date: Sun, 21 Mar 2021 17:31:27 +0530 Subject: [PATCH] Update manifest.json short_name to whoogle --- app/static/img/favicon/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/static/img/favicon/manifest.json b/app/static/img/favicon/manifest.json index 010809a..2be7b55 100644 --- a/app/static/img/favicon/manifest.json +++ b/app/static/img/favicon/manifest.json @@ -1,6 +1,6 @@ { "name": "Whoogle Search", - "short_name": "Whoogle Search", + "short_name": "Whoogle", "display": "fullscreen", "scope": "/", "start_url": "$APP_ROOT/templates/index.html",