File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " algorithm-visualizer" ,
3
3
"version" : " 2.0.0" ,
4
- "description" : " Algorithm Visualizer" ,
4
+ "description" : " Algorithm Visualizer is an interactive online platform that visualizes algorithms from code. " ,
5
5
"scripts" : {
6
6
"dev" : " NODE_ENV=development ./bin/www" ,
7
7
"start" : " NODE_ENV=production ./bin/www" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " Algorithm Visualizer" ,
3
3
"short_name" : " Algorithm Visualizer" ,
4
- "start_url" : " ." ,
5
- "display" : " standalone" ,
4
+ "start_url" : " /?utm_source=homescreen" ,
5
+ "display" : " fullscreen" ,
6
+ "orientation" : " landscape" ,
6
7
"theme_color" : " #393939" ,
7
8
"background_color" : " #393939" ,
8
- "description" : " Write down your algorithm to be visualized ." ,
9
+ "description" : " Algorithm Visualizer is an interactive online platform that visualizes algorithms from code ." ,
9
10
"icons" : [
10
11
{
11
- "src" : " /img/ favicon.png" ,
12
+ "src" : " favicon.png" ,
12
13
"sizes" : " 256x256" ,
13
14
"type" : " image/png"
14
15
},
15
16
{
16
- "src" : " /img/ icon.png" ,
17
+ "src" : " icon.png" ,
17
18
"sizes" : " 1024x1024" ,
18
19
"type" : " image/png"
19
20
}
23
24
"platform" : " web"
24
25
}
25
26
]
26
- }
27
+ }
Original file line number Diff line number Diff line change 17
17
< meta name ="viewport " content ="width=device-width ">
18
18
< meta name ="theme-color " content ="#393939 ">
19
19
< title > Algorithm Visualizer</ title >
20
- < meta name ="description " content ="Algorithm Visualizer is an interactive online platform that visualizes algorithms from code. " />
20
+ < meta name ="description " content ="Algorithm Visualizer is an interactive online platform that visualizes algorithms from code. " data-react-helmet =" true " />
21
21
< meta property ="og:image " content ="https://raw.githubusercontent.com/algorithm-visualizer/algorithm-visualizer/master/branding/screenshot.png " />
22
22
< meta property ="og:site_name " content ="Algorithm Visualizer " />
23
23
< link rel ="shortcut icon " href ="/favicon.png " type ="image/png ">
You can’t perform that action at this time.
0 commit comments