Skip to content

Commit

Permalink
chore: update manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ynwd committed Oct 30, 2024
1 parent bcd7fd3 commit edfb2e4
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 3 deletions.
1 change: 1 addition & 0 deletions modules/index/index.layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export default function index(
<meta property="og:image" content={data.image} />
<link href="/styles.css" rel="stylesheet" />
<link rel="manifest" href="/manifest.json" />
<link rel="apple-touch-icon" href="/icons/apple-touch-icon.png" />
</head>
<body
id="root"
Expand Down
Binary file added static/icons/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 static/icons/favicon.ico
Binary file not shown.
Binary file added static/icons/icon-192-maskable.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 static/icons/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 static/icons/icon-512-maskable.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 static/icons/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.
23 changes: 20 additions & 3 deletions static/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,32 @@
"theme_color": "#000000",
"description": "Web-Based Messaging Application",
"icons": [
{
"src": "/icons/favicon.ico",
"type": "image/x-icon",
"sizes": "16x16 32x32"
},
{
"src": "/icons/icon-192.png",
"sizes": "192x192",
"type": "image/png"
"type": "image/png",
"sizes": "192x192"
},
{
"src": "/icons/icon-512.png",
"type": "image/png",
"sizes": "512x512"
},
{
"src": "/icons/icon-192-maskable.png",
"type": "image/png",
"sizes": "192x192",
"purpose": "maskable"
},
{
"src": "/icons/icon-512-maskable.png",
"type": "image/png",
"sizes": "512x512",
"type": "image/png"
"purpose": "maskable"
}
],
"scope": "/"
Expand Down

0 comments on commit edfb2e4

Please sign in to comment.