Files
ZabavnaMatematika/web/capacitor.config.json
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

9 lines
144 B
JSON

{
"appId": "net.bit76.matematika",
"appName": "Zabavna Matematika",
"webDir": "dist",
"android": {
"allowMixedContent": false
}
}