mermaid/docs/public/manifest.json

15 lines
253 B
JSON
Raw Normal View History

2022-10-17 19:32:47 -03:00
{
2022-10-28 14:28:57 +05:30
"short_name": "Mermaid",
"name": "Mermaid JS",
2022-10-17 19:32:47 -03:00
"icons": [
{
2022-10-28 14:28:57 +05:30
"src": "/favicon.png",
2022-10-17 19:32:47 -03:00
"type": "image/png",
2022-10-28 14:28:57 +05:30
"sizes": "512x512"
2022-10-17 19:32:47 -03:00
}
2022-10-28 14:28:57 +05:30
],
"background_color": "#6366F1",
"display": "standalone",
"theme_color": "#6366F1"
2022-10-17 19:32:47 -03:00
}