Fix warnings regarding manifest.json
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 6.8 KiB |
BIN
public/icon.png
BIN
public/icon.png
Binary file not shown.
|
Before Width: | Height: | Size: 28 KiB |
BIN
public/icons/icon-192x192.png
Executable file
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
BIN
public/icons/icon-512x512.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 39 KiB |
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user