release nouri 0.6.0 polish backup and pwa

This commit is contained in:
2026-04-12 17:46:18 +02:00
parent 9ff7a6d57c
commit 555fddab80
31 changed files with 1257 additions and 164 deletions
+14 -1
View File
@@ -6,9 +6,16 @@
"start_url": "/",
"scope": "/",
"display": "standalone",
"display_override": ["standalone", "minimal-ui"],
"background_color": "#fff6ef",
"theme_color": "#efab72",
"theme_color": "#de9862",
"categories": ["food", "lifestyle", "productivity"],
"icons": [
{
"src": "/static/brand/pwa-180.png",
"sizes": "180x180",
"type": "image/png"
},
{
"src": "/static/brand/pwa-192.png",
"sizes": "192x192",
@@ -18,6 +25,12 @@
"src": "/static/brand/pwa-512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "/static/brand/pwa-maskable-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
]
}