Skip to content

Commit

Permalink
pwa error
Browse files Browse the repository at this point in the history
  • Loading branch information
mnnkhndlwl committed Aug 4, 2023
1 parent e6d20d8 commit f257983
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions client/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@
"name": "Task manager",
"icons": [
{
"src": "./favicon.ico",
"src": "/favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "./maskable_icon_x192.png",
"src": "/maskable_icon_x192.png",
"type": "image/png",
"sizes": "192x192",
"purpose":"any maskable"
},
{
"src": "./maskable_icon_x192.png",
"src": "/maskable_icon_x192.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
"start_url": "/",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
Expand Down

0 comments on commit f257983

Please sign in to comment.