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:
@@ -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"},
|
||||
],
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user