Upload files to "web"

This commit is contained in:
mhn
2025-12-05 11:21:05 +00:00
parent c04fb2b5e4
commit b1d0fa91d5
5 changed files with 1169 additions and 0 deletions

25
web/manifest.webmanifest Normal file
View File

@@ -0,0 +1,25 @@
{
"name": "Life Manager",
"short_name": "LifeMgr",
"description": "life organizer with calendar, tags, and backups.",
"start_url": "/",
"scope": "/",
"display": "standalone",
"background_color": "#0f1014",
"theme_color": "#0f1014",
"orientation": "portrait",
"icons": [
{
"src": "/icons/icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/icons/icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
]
}