A social knowledge tool for researchers built on ATProto

feat: update pwa logos

+7 -2
+7 -2
src/webapp/app/manifest.ts
··· 12 12 theme_color: theme.colors?.orange?.[6], 13 13 icons: [ 14 14 { 15 - src: '/favicon.ico', 16 - sizes: 'any', 15 + src: '/assets/semble-icon-192x192.png', 16 + sizes: '192x192', 17 + type: 'image/x-icon', 18 + }, 19 + { 20 + src: '/assets/semble-icon-512x512.png', 21 + sizes: '512x512', 17 22 type: 'image/x-icon', 18 23 }, 19 24 ],
src/webapp/assets/semble-icon-192x192.png

This is a binary file and will not be displayed.

src/webapp/assets/semble-icon-512x512.png

This is a binary file and will not be displayed.