mirror of
https://github.com/morris/vanilla-todo.git
synced 2025-08-29 16:49:49 +02:00
add 512x512 png icon to manifest
This commit is contained in:
@@ -7,6 +7,11 @@
|
|||||||
"theme_color": "#fefefe",
|
"theme_color": "#fefefe",
|
||||||
"description": "A to-do app in plain HTML, CSS and JavaScript",
|
"description": "A to-do app in plain HTML, CSS and JavaScript",
|
||||||
"icons": [
|
"icons": [
|
||||||
|
{
|
||||||
|
"src": "images/icon512x512.png",
|
||||||
|
"sizes": "512x512",
|
||||||
|
"type": "image/png"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"src": "images/icon.svg",
|
"src": "images/icon.svg",
|
||||||
"sizes": "any",
|
"sizes": "any",
|
||||||
|
Reference in New Issue
Block a user