File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ public function manifest()
1313 "display " => "fullscreen " ,
1414 "start_url " => "/?using_pwa=1 " ,
1515 "short_name " => "AccessLocator " ,
16+ "background_color " => "#e7f3f5 " ,
1617 "theme_color " => "#202767 " ,
1718 "description " => "Your personalized access to the world " ,
1819 "orientation " => "portrait " ,
@@ -24,6 +25,11 @@ public function manifest()
2425 "src " => "/images/logo-192x192.png " ,
2526 "type " => "image/png " ,
2627 "sizes " => "192x192 "
28+ ],
29+ [
30+ "src " => "/images/logo-512x512.png " ,
31+ "type " => "image/png " ,
32+ "sizes " => "512x512 "
2733 ]
2834 ]
2935 ]);
Original file line number Diff line number Diff line change 11 <meta charset =" utf-8" >
2+ <meta name =" theme-color" content =" #202767" >
23 <meta name =" description" content =" A service for finding places based on the visitor's personal accessibility needs" >
34 <meta name =" author" content =" JMCC" >
45 <meta name =" viewport" content =" width=device-width, initial-scale=1.0" >
You can’t perform that action at this time.
0 commit comments