qcal/frcal/public/manifest.json

26 lines
520 B
JSON
Raw Normal View History

{
2022-02-12 21:50:14 -05:00
"short_name": "French Republican Calendar",
"name": "French Republican Calendar",
"icons": [
{
"src": "favicon.ico",
2022-02-12 21:50:14 -05:00
"sizes": "128x128 64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "logo192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
"display": "standalone",
2022-02-12 21:50:14 -05:00
"theme_color": "#ff0000",
"background_color": "#ffffff"
}