We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c91565b commit 9b08329Copy full SHA for 9b08329
app/app/Http/Controllers/PWAController.php
@@ -13,6 +13,7 @@ public function manifest()
13
"display" => "fullscreen",
14
"start_url" => "/?using_pwa=1",
15
"short_name" => "AccessLocator",
16
+ "background_color" => "#e7f3f5",
17
"theme_color" => "#202767",
18
"description" => "Your personalized access to the world",
19
"orientation" => "portrait",
app/resources/views/includes/head.blade.php
@@ -1,4 +1,5 @@
1
<meta charset="utf-8">
2
+ <meta name="theme-color" content="#202767">
3
<meta name="description" content="A service for finding places based on the visitor's personal accessibility needs">
4
<meta name="author" content="JMCC">
5
<meta name="viewport" content="width=device-width, initial-scale=1.0">
0 commit comments