You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@age.apache.org by em...@apache.org on 2022/01/04 23:46:28 UTC

[incubator-age-viewer] branch main updated: Corrects manifest

This is an automated email from the ASF dual-hosted git repository.

emotionbug pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-age-viewer.git


The following commit(s) were added to refs/heads/main by this push:
     new fb01fa3  Corrects manifest
fb01fa3 is described below

commit fb01fa326e5031a463fa254366095d667ae196c6
Author: Alex Kwak <ta...@kakao.com>
AuthorDate: Wed Jan 5 08:43:59 2022 +0900

    Corrects manifest
---
 frontend/public/site.webmanifest | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/frontend/public/site.webmanifest b/frontend/public/site.webmanifest
index 2fe0ac3..2355b00 100644
--- a/frontend/public/site.webmanifest
+++ b/frontend/public/site.webmanifest
@@ -1,6 +1,6 @@
 {
-    "name": "Apache AGE Viewer",
-    "short_name": "AGE Viewer",
+    "name": "Incubating AGE Viewer",
+    "short_name": "Incubating AGE Viewer",
     "theme_color": "#ffffff",
     "background_color": "#ffffff",
     "display": "standalone"