Files
schedule-planner/manifest.json
2026-04-06 13:46:31 +00:00

12 lines
255 B
JSON

{
"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" }
]
}