Initial commit: English Course 10 with offline 3D assets

This commit is contained in:
Gemini AI
2025-12-10 15:23:46 +04:00
Unverified
commit be447cae4c
688 changed files with 16367 additions and 0 deletions

21
manifest.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "English Practice Game",
"short_name": "EngGame",
"start_url": "./index.html",
"display": "standalone",
"background_color": "#020617",
"theme_color": "#6366f1",
"orientation": "portrait",
"icons": [
{
"src": "https://cdn-icons-png.flaticon.com/512/2014/2014350.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "https://cdn-icons-png.flaticon.com/512/2014/2014350.png",
"sizes": "512x512",
"type": "image/png"
}
]
}