⚒️ Add maskable icon.

This commit is contained in:
pheralb
2022-06-28 13:44:01 +01:00
parent 7c08035ba0
commit c72cc154dc
2 changed files with 7 additions and 1 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

+7 -1
View File
@@ -1,5 +1,5 @@
{
"theme_color": "#4343E5",
"theme_color": "#050505",
"background_color": "#050505",
"display": "minimal-ui",
"scope": "/",
@@ -27,6 +27,12 @@
"src": "/icons/icon-512x512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "/icons/maskable_icon.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
}
]
}