Add PWA PNG icons
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user