Use ⚔ emoji glyph for PWA icons matching the brand.

Adds monochrome manifest icon for Android themed icons and a script to regenerate PNGs.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-20 11:22:26 +02:00
parent 1083dfdf2c
commit 2532531110
8 changed files with 82 additions and 34 deletions
+1
View File
@@ -71,6 +71,7 @@ PWA_MANIFEST = {
{"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"},
{"src": "/static/icon-monochrome.png", "sizes": "512x512", "type": "image/png", "purpose": "monochrome"},
],
}