Skip to content

Commit

Permalink
Add favicon files for Apple, Android, and PWAs
Browse files Browse the repository at this point in the history
  • Loading branch information
lortimer committed Jan 26, 2024
1 parent d19fa0c commit 22ccfd0
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 2 deletions.
Binary file modified assets/favicon.xcf
Binary file not shown.
Binary file added public/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/icon-192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/icon-512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<!---->
<link href="%PUBLIC_URL%/favicon.ico" rel="icon"/>
<link href="%PUBLIC_URL%/favicon.ico" rel="apple-touch-icon">
<link rel="icon" href="%PUBLIC_URL%/favicon.ico"/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/apple-touch-icon.png">
<link rel="manifest" href="/manifest.json">
<meta name="theme-color" content="#000000"/>
<meta
name="description"
Expand Down
18 changes: 18 additions & 0 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"short_name": "ID App",
"name": "Washtenaw ID App",
"icons": [
{
"src": "/icon-192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "/icon-512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": "https://washtenaw.local-gov.id",
"display": "browser"
}

0 comments on commit 22ccfd0

Please sign in to comment.