Add PWA PNG icons

This commit is contained in:
rucki
2026-08-22 17:15:09 +02:00
parent 2b6056ae85
commit 345b30bbb8
4 changed files with 14 additions and 1 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

+13
View File
@@ -1,4 +1,5 @@
{
"id": "/",
"name": "my2dos",
"short_name": "my2dos",
"description": "Notizen, Aufgaben, Links und Journal",
@@ -8,6 +9,18 @@
"background_color": "#f7f7f4",
"theme_color": "#212529",
"icons": [
{
"src": "/static/icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/static/icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/static/icon.svg",
"sizes": "any",