mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-23 02:06:29 -05:00
0e912d64dd
Rename codimd to hedgedoc
19 lines
454 B
JSON
19 lines
454 B
JSON
{
|
|
"name": "HedgeDoc",
|
|
"short_name": "HedgeDoc",
|
|
"icons": [
|
|
{
|
|
"src": "/icons/android-chrome-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/icons/android-chrome-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"theme_color": "#ffffff",
|
|
"background_color": "#ffffff",
|
|
"display": "standalone"
|
|
}
|