Skip to content

Commit cf44c90

Browse files
committed
Add missing favicon (close algorithm-visualizer#263)
1 parent aca5633 commit cf44c90

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

public/favicon.png

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
icons/icon-32x32.png

public/icons/icon-32x32.png

4.68 KB
Loading

public/manifest.json

+5
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
"background_color": "#393939",
99
"description": "Algorithm Visualizer is an interactive online platform that visualizes algorithms from code.",
1010
"icons": [
11+
{
12+
"src": "icons/icon-32x32.png",
13+
"sizes": "32x32",
14+
"type": "image/png"
15+
},
1116
{
1217
"src": "icons/icon-192x192.png",
1318
"sizes": "192x192",

0 commit comments

Comments
 (0)