File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,5 +18,5 @@ flutter_launcher_icons:
18
18
web :
19
19
generate : true
20
20
# image_path: "assets/icon/headlines_toolkit.png"
21
- background_color : " #fcfcfc "
22
- theme_color : " #fcfcfc "
21
+ background_color : " #FFFFFF "
22
+ theme_color : " #FFFFFF "
Original file line number Diff line number Diff line change 27
27
<!-- Favicon -->
28
28
< link rel ="icon " type ="image/png " href ="favicon.png ">
29
29
30
- < title > Ht Main </ title >
30
+ < title > Headlines Toolkit </ title >
31
31
< link rel ="manifest " href ="manifest.json ">
32
32
< style id ="splash-screen-style ">
33
33
html {
Original file line number Diff line number Diff line change 3
3
"short_name" : " Headlines Toolkit" ,
4
4
"start_url" : " ." ,
5
5
"display" : " standalone" ,
6
- "background_color" : " #fcfcfc " ,
7
- "theme_color" : " #fcfcfc " ,
6
+ "background_color" : " #FFFFFF " ,
7
+ "theme_color" : " #FFFFFF " ,
8
8
"description" : " Develop News Headlines Apps Rapidly & Reliably." ,
9
9
"orientation" : " portrait-primary" ,
10
10
"prefer_related_applications" : false ,
You can’t perform that action at this time.
0 commit comments