File tree Expand file tree Collapse file tree 3 files changed +8
-13
lines changed Expand file tree Collapse file tree 3 files changed +8
-13
lines changed Original file line number Diff line number Diff line change 6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1 " />
7
7
< meta name ="theme-color " content ="#000000 " />
8
8
< meta
9
- name ="description "
10
- content ="Web site created using create-react-app "
9
+ name ="mltrace "
10
+ content ="Coarse-grained tracing and lineage for data pipelines. "
11
11
/>
12
- < link rel ="apple-touch-icon " href ="%PUBLIC_URL%/logo192 .png " />
12
+ < link rel ="apple-touch-icon " href ="%PUBLIC_URL%/logo .png " />
13
13
<!--
14
14
manifest.json provides metadata used when your web app is installed on a
15
15
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
Original file line number Diff line number Diff line change 1
1
{
2
- "short_name" : " React Gantt Chart " ,
3
- "name" : " Create React Gantt Chart Application Sample " ,
2
+ "short_name" : " mltrace " ,
3
+ "name" : " mltrace: coarse-grained lineage and tracing for data pipelines " ,
4
4
"icons" : [
5
5
{
6
6
"src" : " favicon.ico" ,
7
7
"sizes" : " 64x64 32x32 24x24 16x16" ,
8
8
"type" : " image/x-icon"
9
9
},
10
10
{
11
- "src" : " logo192 .png" ,
11
+ "src" : " logo .png" ,
12
12
"type" : " image/png" ,
13
- "sizes" : " 192x192"
14
- },
15
- {
16
- "src" : " logo512.png" ,
17
- "type" : " image/png" ,
18
- "sizes" : " 512x512"
13
+ "sizes" : " 600x231"
19
14
}
20
15
],
21
16
"start_url" : " ." ,
22
17
"display" : " standalone" ,
23
18
"theme_color" : " #000000" ,
24
19
"background_color" : " #ffffff"
25
- }
20
+ }
You can’t perform that action at this time.
0 commit comments