improved mechanism for detecting quantities

This commit is contained in:
2026-01-03 15:05:13 +01:00
parent 3ae2869106
commit 15de0758b4
3 changed files with 47 additions and 12 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
"name": "List App",
"short_name": "L@pp",
"start_url": "/",
"display": "standalone", // Or "minimal-ui" for a more browser-like feel on iOS
"display": "standalone",
"background_color": "transparent",
"theme_color": "transparent",
"icons": [
@@ -20,7 +20,7 @@
"src": "/static/lapp1024.png",
"sizes": "1024x1024",
"type": "image/png",
"purpose": "maskable" // Good for modern iOS devices
"purpose": "maskable"
}
]
}