1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lingva_ynh.git synced 2024-09-03 19:36:20 +02:00
lingva_ynh/conf/manifest.json

29 lines
617 B
JSON
Raw Normal View History

2023-05-30 19:48:47 +02:00
{
"name": "Lingva Translate",
"short_name": "Lingva",
"start_url": "__NEXT_PATH__/",
"scope": "__NEXT_PATH__/",
"display": "standalone",
"lang": "en",
"icons": [
{
"src": "__NEXT_PATH__/favicon-192x192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "__NEXT_PATH__/favicon-512x512.png",
"type": "image/png",
"sizes": "512x512"
},
{
"src": "__NEXT_PATH__/favicon-maskable.png",
"type": "image/png",
"sizes": "512x512",
"purpose": "maskable"
}
],
"background_color": "#bde3cb",
"theme_color": "#bde3cb"
}