From 9e883f58734413287172d72c9da5106e8a407640 Mon Sep 17 00:00:00 2001 From: George Kalpakas Date: Thu, 30 Mar 2017 22:35:15 +0300 Subject: [PATCH] feat(aio): improve ProgressiveWepApp-ability (#15628) Previous Lighthouse score: 52/100 New Lighthouse score: 95+/100 Fixes #15588 --- aio/.angular-cli.json | 3 ++- aio/src/index.html | 5 ++++- aio/src/pwa-manifest.json | 15 +++++++++++++++ 3 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 aio/src/pwa-manifest.json diff --git a/aio/.angular-cli.json b/aio/.angular-cli.json index 59ce5fe4ae..8c73878547 100644 --- a/aio/.angular-cli.json +++ b/aio/.angular-cli.json @@ -11,7 +11,8 @@ "assets", "content", "app/search/search-worker.js", - "favicon.ico" + "favicon.ico", + "pwa-manifest.json" ], "index": "index.html", "main": "main.ts", diff --git a/aio/src/index.html b/aio/src/index.html index 711603499f..f6d816fba0 100644 --- a/aio/src/index.html +++ b/aio/src/index.html @@ -23,6 +23,9 @@ + + +