initial commit

This commit is contained in:
Трошин Антон Валерьевич
2026-07-12 02:18:43 +03:00
parent bdb097756e
commit 3055b785be
8 changed files with 1694 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"name": "NumNum",
"short_name": "NumNum",
"description": "Train your numeric systems",
"start_url": "/",
"display": "standalone",
"orientation": "portrait",
"background_color": "#1a1a2e",
"theme_color": "#1a1a2e",
"icons": [
{
"src": "icon.svg",
"sizes": "any",
"type": "image/svg+xml"
}
]
}