hedgedoc/frontend/public/icons/site.webmanifest

19 lines
425 B
Text
Raw Normal View History

{
"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"
}
],
2020-11-15 15:37:39 -05:00
"theme_color": "#b51f08",
"background_color": "#303030"
}