From da7d0fad37bfe56a8c6f2bb6cda237feddbb29d0 Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Mon, 31 May 2021 17:06:20 +0530 Subject: [PATCH] Fix scope --- src/routes/manifest.json.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/manifest.json.ts b/src/routes/manifest.json.ts index 9ab9d2bd..f8e5f95e 100644 --- a/src/routes/manifest.json.ts +++ b/src/routes/manifest.json.ts @@ -19,7 +19,7 @@ export const get = (): { body: unknown } => { start_url: `${base}/edit/`, background_color: '#6366F1', display: 'standalone', - scope: `${base}`, + scope: `${base}/edit/`, theme_color: '#6366F1', description: 'FlowChart & Diagrams Editor.', orientation: 'landscape'