pl-fe: Add a temporary logo

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak 2024-10-22 23:19:08 +02:00
parent e88b10599f
commit 392026bc39
2 changed files with 11 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

View file

@ -62,6 +62,14 @@ const config = defineConfig(({ command }) => ({
name: 'pl-fe',
short_name: 'pl-fe',
description: 'Web-based federated social media client, a fork of Soapbox',
icons: [
{
src: '/instance/images/logo.png',
sizes: '512x512',
type: 'image/png',
purpose: 'any',
},
],
display: 'standalone',
display_override: [
'window-controls-overlay',
@ -85,6 +93,7 @@ const config = defineConfig(({ command }) => ({
{
src: '/instance/images/shortcuts/search.png',
sizes: '192x192',
type: 'image/png',
},
],
},
@ -95,6 +104,7 @@ const config = defineConfig(({ command }) => ({
{
src: '/instance/images/shortcuts/notifications.png',
sizes: '192x192',
type: 'image/png',
},
],
},
@ -105,6 +115,7 @@ const config = defineConfig(({ command }) => ({
{
src: '/instance/images/shortcuts/chats.png',
sizes: '192x192',
type: 'image/png',
},
],
},