👁️
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

further logo work

+12 -7
public/apple-touch-icon.png

This is a binary file and will not be displayed.

public/logo512-maskable.png

This is a binary file and will not be displayed.

+6 -5
public/manifest.json
··· 4 4 "description": "Build and share Magic: The Gathering decks on the AT Protocol", 5 5 "icons": [ 6 6 { 7 - "src": "favicon.ico", 8 - "sizes": "64x64 32x32 24x24 16x16", 9 - "type": "image/x-icon" 10 - }, 11 - { 12 7 "src": "logo192.png", 13 8 "type": "image/png", 14 9 "sizes": "192x192" ··· 17 12 "src": "logo512.png", 18 13 "type": "image/png", 19 14 "sizes": "512x512" 15 + }, 16 + { 17 + "src": "logo512-maskable.png", 18 + "type": "image/png", 19 + "sizes": "512x512", 20 + "purpose": "maskable" 20 21 } 21 22 ], 22 23 "start_url": "/",
+6 -2
src/routes/__root.tsx
··· 71 71 }, 72 72 { 73 73 rel: "icon", 74 - type: "image/x-icon", 75 74 href: "/favicon.ico", 75 + sizes: "32x32", 76 76 }, 77 77 { 78 78 rel: "apple-touch-icon", 79 - href: "/logo192.png", 79 + href: "/apple-touch-icon.png", 80 + }, 81 + { 82 + rel: "manifest", 83 + href: "/manifest.json", 80 84 }, 81 85 { 82 86 rel: "preload",