From 356e6a88f47bf2ddf75cf6348259f01aa78e46db Mon Sep 17 00:00:00 2001 From: Mark Goho Date: Mon, 29 Apr 2019 10:59:07 -0400 Subject: [PATCH] fix(docs-infra): update manifest names (#30194) update manifest names to better indicate what the installable application is, fixes #30192 PR Close #30194 --- aio/src/pwa-manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aio/src/pwa-manifest.json b/aio/src/pwa-manifest.json index be24c5fc0c..5cbfbfe100 100644 --- a/aio/src/pwa-manifest.json +++ b/aio/src/pwa-manifest.json @@ -1,6 +1,6 @@ { - "short_name": "Angular", - "name": "Angular", + "short_name": "Angular Docs", + "name": "Angular Documentation", "icons": [ { "src":"assets/images/favicons/favicon-194x194.png",