mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 09:16:30 -05:00
762a0a850e
Doing this BEFORE the merge prevents a lot of merge conflicts. Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
18 lines
425 B
JSON
18 lines
425 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": "#b51f08",
|
|
"background_color": "#303030"
|
|
}
|