Redesign PWA icons with bold crossed swords.

Thicker filled shapes read clearly on home screens and Android themed icons.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-20 11:12:07 +02:00
parent 562a229fa0
commit 1083dfdf2c
6 changed files with 39 additions and 10 deletions
+3 -2
View File
@@ -68,8 +68,9 @@ PWA_MANIFEST = {
"background_color": "#0f1117",
"theme_color": "#1a1d27",
"icons": [
{"src": "/static/icon-192.png", "sizes": "192x192", "type": "image/png"},
{"src": "/static/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable"},
{"src": "/static/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any"},
{"src": "/static/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any"},
{"src": "/static/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable"},
],
}