2026-01-03 13:16:43 +01:00
|
|
|
{
|
|
|
|
|
"name": "List App",
|
|
|
|
|
"short_name": "L@pp",
|
|
|
|
|
"start_url": "/",
|
2026-01-03 15:05:13 +01:00
|
|
|
"display": "standalone",
|
2026-01-03 13:38:19 +01:00
|
|
|
"background_color": "transparent",
|
|
|
|
|
"theme_color": "transparent",
|
2026-01-03 13:16:43 +01:00
|
|
|
"icons": [
|
|
|
|
|
{
|
|
|
|
|
"src": "/static/lapp192.png",
|
|
|
|
|
"sizes": "192x192",
|
|
|
|
|
"type": "image/png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"src": "/static/lapp512.png",
|
|
|
|
|
"sizes": "512x512",
|
|
|
|
|
"type": "image/png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"src": "/static/lapp1024.png",
|
|
|
|
|
"sizes": "1024x1024",
|
|
|
|
|
"type": "image/png",
|
2026-01-03 15:05:13 +01:00
|
|
|
"purpose": "maskable"
|
2026-01-03 13:16:43 +01:00
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|