mirror of
https://github.com/revoltchat/revite.git
synced 2025-04-21 15:57:38 -05:00
Add masking / mono icons.
This commit is contained in:
parent
aa4f65f12a
commit
5bc1eca3aa
4 changed files with 14 additions and 2 deletions
|
@ -54,8 +54,8 @@ export default defineConfig({
|
|||
description: isNightly ? "Early preview builds of Revolt." : "User-first, privacy-focused chat platform.",
|
||||
categories: ["messaging"],
|
||||
start_url: "/",
|
||||
orientation: "any",
|
||||
display: "standalone",
|
||||
orientation: "portrait",
|
||||
background_color: "#101823",
|
||||
icons: [
|
||||
{
|
||||
|
@ -67,6 +67,18 @@ export default defineConfig({
|
|||
"src": `/assets/icons/${iconPrefix}android-chrome-512x512.png`,
|
||||
"type": "image/png",
|
||||
"sizes": "512x512"
|
||||
},
|
||||
{
|
||||
"src": `/assets/icons/mono-48x48.png`,
|
||||
"type": "image/png",
|
||||
"sizes": "48x48",
|
||||
"purpose": "mono"
|
||||
},
|
||||
{
|
||||
"src": `/assets/icons/masking-512x512.png`,
|
||||
"type": "image/png",
|
||||
"sizes": "512x512",
|
||||
"purpose": "maskable"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue