Files
mermaid-live-editor/static/manifest.json
T
2022-10-18 10:35:12 +05:30

18 lines
362 B
JSON

{
"short_name": "Mermaid",
"name": "Mermaid Live Editor",
"icons": [
{
"src": "/favicon.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": "/edit/",
"background_color": "#6366F1",
"display": "standalone",
"scope": "/edit/",
"theme_color": "#6366F1",
"description": "FlowChart & Diagrams Editor.",
"orientation": "landscape"
}