Files
numnum/manifest.json
T
Трошин Антон Валерьевич e8a8682e27 png icon to fix small icon issue on android
2026-07-12 22:10:26 +03:00

29 lines
558 B
JSON

{
"name": "NumNum",
"short_name": "NumNum",
"description": "Numeral systems trainer",
"start_url": "/",
"display": "standalone",
"orientation": "portrait",
"background_color": "#1a1a2e",
"theme_color": "#1a1a2e",
"icons": [
{
"src": "icon.svg",
"sizes": "any",
"type": "image/svg+xml"
},
{
"src": "icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
]
}