26 lines
588 B
JSON
26 lines
588 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|