mermaid/docs/public/manifest.json

15 lines
253 B
JSON
Raw Normal View History

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