From 24b63bb3cf44e59780829ea63286337455b8ddfd Mon Sep 17 00:00:00 2001 From: vigdorov Date: Tue, 9 Feb 2021 20:05:13 +0300 Subject: [PATCH] fix save app --- public/manifest.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/public/manifest.json b/public/manifest.json index 0c18989..3c65a4c 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -2,9 +2,7 @@ "theme_color": "#ffffff", "background_color": "#ffffff", "display": "fullscreen", - "scope": "/", "orientation": "portrait", - "start_url": "/", "app_name": "Example for Kids", "short_name": "Example" }