diff --git a/static/manifest.json b/static/manifest.json index d57636a2..248c086b 100644 --- a/static/manifest.json +++ b/static/manifest.json @@ -8,11 +8,11 @@ "sizes": "512x512" } ], - "start_url": "/edit/", + "start_url": "/edit", "background_color": "#6366F1", "display": "standalone", - "scope": "/edit/", + "scope": "/edit", "theme_color": "#6366F1", "description": "FlowChart & Diagrams Editor.", "orientation": "landscape" -} \ No newline at end of file +}