Merge pull request #1481 from allxiao/patch-1

Update manifest.json to align the PWA scope with the editor URL, fix #1480
This commit is contained in:
Sidharth Vinod
2024-07-14 09:27:54 +05:30
committed by GitHub
+3 -3
View File
@@ -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"
}
}