File tree Expand file tree Collapse file tree 2 files changed +5
-14
lines changed Expand file tree Collapse file tree 2 files changed +5
-14
lines changed Original file line number Diff line number Diff line change 1111 < link rel ="shortcut icon " href ="{{ '/assets/favicon.ico' | relative_url }} " />
1212 < link rel ="apple-touch-icon " sizes ="180x180 " href ="{{ '/assets/apple-touch-icon.png' | relative_url }} " />
1313 < meta name ="apple-mobile-web-app-title " content ="Java " />
14-
1514 < link rel ="manifest " href ="/Java-Mastery/assets/site.webmanifest ">
16- < link rel ="apple-touch-icon " sizes ="180x180 " href ="/Java-Mastery/assets/apple-touch-icon.png ">
17-
15+ < meta name ="theme-color " content ="#ffffff ">
1816
1917 <!--<link rel="manifest" href="{{ '/assets/site.webmanifest' | relative_url }}" />-->
2018
Original file line number Diff line number Diff line change 33 "short_name" : " Java" ,
44 "start_url" : " /Java-Mastery/" ,
55 "scope" : " /Java-Mastery/" ,
6- "display" : " standalone" ,
7- "theme_color" : " #ffffff" ,
8- "background_color" : " #ffffff" ,
96 "icons" : [
107 {
118 "src" : " /Java-Mastery/assets/web-app-manifest-192x192.png" ,
1815 "sizes" : " 512x512" ,
1916 "type" : " image/png" ,
2017 "purpose" : " maskable"
21- },
22- {
23- "src" : " /Java-Mastery/assets/apple-touch-icon.png" ,
24- "sizes" : " 180x180" ,
25- "type" : " image/png"
2618 }
27- ]
19+ ],
20+ "display" : " standalone" ,
21+ "theme_color" : " #ffffff" ,
22+ "background_color" : " #ffffff"
2823}
2924
3025
31-
32-
3326/*
3427{
3528 "name" : " Java" ,
You can’t perform that action at this time.
0 commit comments