Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Commit

Permalink
feat: add new icons
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmoin committed Apr 19, 2024
1 parent 9a52d08 commit 40000bf
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 2 deletions.
Binary file added public/android-chrome-192x192.png
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/android-chrome-512x512.png
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/apple-touch-icon.png
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/favicon-16x16.png
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/favicon-32x32.png
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/favicon.ico
Binary file not shown.
12 changes: 12 additions & 0 deletions public/site.webmanifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "Amorpha",
"short_name": "Amorpha",
"icons": [
{
"src": "/amorpha/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/amorpha/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
Expand Down
4 changes: 2 additions & 2 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ export const metadata: Metadata = {
},
icons: {
icon: "/amorpha/favicon.ico",
shortcut: "/favicon-16x16.png",
apple: "/apple-touch-icon.png",
shortcut: "/amorpha/favicon-16x16.png",
apple: "/amorpha/apple-touch-icon.png",
},
manifest: `${siteConfig.url}/site.webmanifest`,
};
Expand Down

0 comments on commit 40000bf

Please sign in to comment.