From 45846927174cbfdfa09dea7cda41bc138ccf7734 Mon Sep 17 00:00:00 2001 From: Kataev Denis Date: Thu, 15 Sep 2022 12:44:19 +0400 Subject: [PATCH] =?UTF-8?q?dev=20#12401=20=D0=BF=D1=80=D0=B0=D0=B2=D0=BA?= =?UTF-8?q?=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- angular.json | 3 ++- src/manifest.webmanifest | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/angular.json b/angular.json index a7f4b76..2c0022e 100644 --- a/angular.json +++ b/angular.json @@ -27,7 +27,8 @@ "assets": [ "src/favicon.ico", "src/assets", - "src/manifest.webmanifest" + "src/manifest.webmanifest", + "src/assets/firebase-messaging-sw.js" ], "styles": [ "node_modules/primeng/resources/themes/bootstrap4-light-blue/theme.css", diff --git a/src/manifest.webmanifest b/src/manifest.webmanifest index 129d131..a6206b3 100644 --- a/src/manifest.webmanifest +++ b/src/manifest.webmanifest @@ -4,8 +4,8 @@ "theme_color": "#1976d2", "background_color": "#fafafa", "display": "standalone", - "scope": "./", - "start_url": "./", + "scope": "./fashion-logica", + "start_url": "./fashion-logica", "icons": [ { "src": "assets/icons/icon-72x72.png",