File tree 2 files changed +22
-12
lines changed
2 files changed +22
-12
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "icons" : [{
3
- "src" : " icon.png" ,
4
- "sizes" : " 192x192" ,
5
- "type" : " image/png"
6
- }],
7
- "start_url" : " /"
2
+ "short_name" : " " ,
3
+ "name" : " " ,
4
+ "icons" : [{
5
+ "src" : " icon.png" ,
6
+ "type" : " image/png" ,
7
+ "sizes" : " 192x192"
8
+ }],
9
+ "start_url" : " /?utm_source=homescreen" ,
10
+ "background_color" : " #fafafa" ,
11
+ "theme_color" : " #fafafa" ,
12
+ "display" : " standalone"
8
13
}
Original file line number Diff line number Diff line change 1
1
{
2
- "icons" : [{
3
- "src" : " icon.png" ,
4
- "sizes" : " 192x192" ,
5
- "type" : " image/png"
6
- }],
7
- "start_url" : " /"
2
+ "short_name" : " " ,
3
+ "name" : " " ,
4
+ "icons" : [{
5
+ "src" : " icon.png" ,
6
+ "type" : " image/png" ,
7
+ "sizes" : " 192x192"
8
+ }],
9
+ "start_url" : " /?utm_source=homescreen" ,
10
+ "background_color" : " #fafafa" ,
11
+ "theme_color" : " #fafafa" ,
12
+ "display" : " standalone"
8
13
}
You can’t perform that action at this time.
0 commit comments