Initial commit: Schedule Planner

This commit is contained in:
2026-04-06 13:46:31 +00:00
commit b09cefad34
14 changed files with 9534 additions and 0 deletions

11
manifest.json Normal file
View File

@@ -0,0 +1,11 @@
{
"name": "Hera's Planner",
"short_name": "Planner",
"start_url": "/",
"display": "standalone",
"background_color": "#f0f2f5",
"theme_color": "#667eea",
"icons": [
{ "src": "icon-180.png", "sizes": "180x180", "type": "image/png" }
]
}