hedgedoc/public/icons/site.webmanifest
2020-11-15 21:37:39 +01:00

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"
}