Skip to content

Commit

Permalink
Update Manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
graphemecluster committed Jun 5, 2024
1 parent 7c1b392 commit 123ffa1
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 4 deletions.
Binary file added public/assets/android-maskable-192x192.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/assets/android-maskable-512x512.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 modified public/assets/apple-touch-icon-180x180.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 modified public/assets/apple-touch-icon-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
<link rel="icon" type="image/png" sizes="16x16" href="./assets/favicon-16x16.png" />
<link rel="manifest" href="./site.webmanifest" />
<link rel="mask-icon" href="./assets/safari-pinned-tab.svg" color="#f5ad3b" />
<meta name="msapplication-TileColor" content="#ffe527" />
<meta name="theme-color" content="#d29f10" />
<meta name="theme-color" content="#f1ede3" />
</head>
<body>
<div id="root"></div>
Expand Down
16 changes: 14 additions & 2 deletions public/site.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,21 @@
"src": "./assets/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "./assets/android-maskable-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "./assets/android-maskable-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#d29f10",
"theme_color": "#f1ede3",
"background_color": "#f1ede3",
"display": "fullscreen"
"display": "standalone"
}

0 comments on commit 123ffa1

Please sign in to comment.