Add missing favicon (close #263)

This commit is contained in:
Jason Park
2019-07-06 20:13:51 +09:00
parent aca5633927
commit cf44c90949
3 changed files with 6 additions and 0 deletions

1
public/favicon.png Symbolic link
View File

@@ -0,0 +1 @@
icons/icon-32x32.png

BIN
public/icons/icon-32x32.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

View File

@@ -8,6 +8,11 @@
"background_color": "#393939",
"description": "Algorithm Visualizer is an interactive online platform that visualizes algorithms from code.",
"icons": [
{
"src": "icons/icon-32x32.png",
"sizes": "32x32",
"type": "image/png"
},
{
"src": "icons/icon-192x192.png",
"sizes": "192x192",