diff --git a/public/manifest.json b/public/manifest.json index 480d4ff..1a4f573 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,6 +1,7 @@ { "short_name": "ID App", "name": "Washtenaw ID App", + "description": "Learn about how to use the Washtenaw County ID card", "icons": [ { "src": "/icon-192.png", @@ -14,5 +15,7 @@ } ], "start_url": ".", - "display": "standalone" + "display": "standalone", + "background_color": "#062d47", + "theme_color": "#062d47" }