Skip to content

Commit

Permalink
site webmanifest
Browse files Browse the repository at this point in the history
  • Loading branch information
kahkasha17 committed Sep 19, 2024
1 parent 09085ac commit 3489b54
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
20 changes: 19 additions & 1 deletion public/site.webmanifest
Original file line number Diff line number Diff line change
@@ -1 +1,19 @@
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
{
"name": " Galaxy Portfolio",
"short_name": "Portfolio",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}
3 changes: 0 additions & 3 deletions src/app/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,18 @@ export default function RootLayout({ children }) {
<link
rel="apple-touch-icon"
sizes="180x180"
key={1}
href="/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
key={2}
sizes="32x32"
href="/favicon-32x32.png"
/>

<link
rel="icon"
type="image/png"
key={3}
sizes="16x16"
href="/favicon-16x16.png"
/>
Expand Down

0 comments on commit 3489b54

Please sign in to comment.