Skip to content

Commit

Permalink
Add colors and description for PWA
Browse files Browse the repository at this point in the history
  • Loading branch information
lortimer committed Jan 26, 2024
1 parent a9af17d commit 2e7c672
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -14,5 +15,7 @@
}
],
"start_url": ".",
"display": "standalone"
"display": "standalone",
"background_color": "#062d47",
"theme_color": "#062d47"
}

0 comments on commit 2e7c672

Please sign in to comment.