Initial commit: Rustie PWA - Prayer time planner (source only)

This commit is contained in:
patron
2025-12-11 22:43:55 +03:00
commit 74d7b718d0
24 changed files with 4111 additions and 0 deletions

15
manifest.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "Rustie Routine Planner",
"short_name": "Rustie",
"start_url": "/",
"display": "standalone",
"background_color": "#0f172a",
"theme_color": "#0f172a",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
}
]
}