forked from algorithm-visualizer/algorithm-visualizer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
27 lines (27 loc) · 675 Bytes
/
manifest.json
File metadata and controls
27 lines (27 loc) · 675 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "Algorithm Visualizer",
"short_name": "Algorithm Visualizer",
"start_url": "/?utm_source=homescreen",
"display": "fullscreen",
"orientation": "landscape",
"theme_color": "#393939",
"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",
"type": "image/png"
},
{
"src": "icons/icon-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}