pl-fe: Add a temporary logo
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
e88b10599f
commit
392026bc39
2 changed files with 11 additions and 0 deletions
BIN
packages/pl-fe/src/instance/images/logo.png
Normal file
BIN
packages/pl-fe/src/instance/images/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.3 KiB |
|
@ -62,6 +62,14 @@ const config = defineConfig(({ command }) => ({
|
||||||
name: 'pl-fe',
|
name: 'pl-fe',
|
||||||
short_name: 'pl-fe',
|
short_name: 'pl-fe',
|
||||||
description: 'Web-based federated social media client, a fork of Soapbox',
|
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: 'standalone',
|
||||||
display_override: [
|
display_override: [
|
||||||
'window-controls-overlay',
|
'window-controls-overlay',
|
||||||
|
@ -85,6 +93,7 @@ const config = defineConfig(({ command }) => ({
|
||||||
{
|
{
|
||||||
src: '/instance/images/shortcuts/search.png',
|
src: '/instance/images/shortcuts/search.png',
|
||||||
sizes: '192x192',
|
sizes: '192x192',
|
||||||
|
type: 'image/png',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
@ -95,6 +104,7 @@ const config = defineConfig(({ command }) => ({
|
||||||
{
|
{
|
||||||
src: '/instance/images/shortcuts/notifications.png',
|
src: '/instance/images/shortcuts/notifications.png',
|
||||||
sizes: '192x192',
|
sizes: '192x192',
|
||||||
|
type: 'image/png',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
@ -105,6 +115,7 @@ const config = defineConfig(({ command }) => ({
|
||||||
{
|
{
|
||||||
src: '/instance/images/shortcuts/chats.png',
|
src: '/instance/images/shortcuts/chats.png',
|
||||||
sizes: '192x192',
|
sizes: '192x192',
|
||||||
|
type: 'image/png',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue