Fix warnings regarding manifest.json

This commit is contained in:
Jason Park
2019-06-09 23:53:49 +09:00
parent 97e355dedd
commit 30394163a3
5 changed files with 4 additions and 9 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

BIN
public/icons/icon-192x192.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

BIN
public/icons/icon-512x512.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

View File

@@ -9,19 +9,14 @@
"description": "Algorithm Visualizer is an interactive online platform that visualizes algorithms from code.",
"icons": [
{
"src": "favicon.png",
"sizes": "256x256",
"src": "icons/icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icon.png",
"sizes": "1024x1024",
"src": "icons/icon-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"related_applications": [
{
"platform": "web"
}
]
}