Files
klevze 6e85917f73 Initial commit: Zabavna Matematika web and Android app.
Kids math practice (SL/EN) in a Vite React app, wrapped with Capacitor for Android (net.bit76.matematika). Includes session refactor, i18n, and text-free difficulty icons with translated overlays.
2026-08-15 10:59:25 +02:00

109 lines
2.5 KiB
JSON

{
"name": "Zabavna matematika",
"short_name": "Matematika",
"lang": "hr-HR",
"description": "Interactive math games and exercises for kids.",
"start_url": "./",
"scope": "./",
"display": "standalone",
"orientation": "portrait-primary",
"background_color": "#ffffff",
"theme_color": "#ffffff",
"icons": [
{
"src": "./favicon/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "./favicon/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
},
{
"src": "./favicon/apple-touch-icon.png",
"sizes": "180x180",
"type": "image/png",
"purpose": "any"
}
],
"screenshots": [
{
"src": "./screenshot/screenshot1.png",
"sizes": "2048x2732",
"type": "image/png",
"label": "Level selection"
},
{
"src": "./screenshot/screenshot2.png",
"sizes": "2048x2732",
"type": "image/png",
"label": "Gameplay"
},
{
"src": "./screenshot/screenshot3.png",
"sizes": "2048x2732",
"type": "image/png",
"label": "Practice mode"
},
{
"src": "./screenshot/screenshot4.png",
"sizes": "1170x2532",
"type": "image/png",
"label": "Rewards"
},
{
"src": "./screenshot/screenshot5.png",
"sizes": "1170x2532",
"type": "image/png",
"label": "Settings"
},
{
"src": "./screenshot/screenshot6.png",
"sizes": "1824x2736",
"type": "image/png",
"label": "Achievements"
},
{
"src": "./screenshot/screenshot7.png",
"sizes": "1824x2736",
"type": "image/png",
"label": "More levels"
}
],
"categories": ["education", "games"],
"prefer_related_applications": false,
"related_applications": [],
"shortcuts": [
{
"name": "Play",
"short_name": "Play",
"description": "Start the main game",
"url": "./?shortcut=play",
"icons": [
{
"src": "./favicon/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
}
]
},
{
"name": "Practice",
"short_name": "Practice",
"description": "Open practice levels",
"url": "./",
"icons": [
{
"src": "./favicon/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
}
]
}
]
}