LearnChineseSimplified/LearningChineseFixed/wwwroot/manifest.json

22 lines
431 B
JSON
Raw Normal View History

2023-06-27 11:48:18 +02:00
{
2023-06-28 22:03:48 +02:00
"name": "LearningChineseFixed",
"short_name": "LearningChineseFixed",
2023-06-27 11:48:18 +02:00
"start_url": "./",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#03173d",
"prefer_related_applications": false,
"icons": [
{
"src": "icon-512.png",
"type": "image/png",
"sizes": "512x512"
2023-06-28 22:03:48 +02:00
},
{
"src": "icon-192.png",
"type": "image/png",
"sizes": "192x192"
2023-06-27 11:48:18 +02:00
}
]
}