Skip to content

Commit

Permalink
added pwa
Browse files Browse the repository at this point in the history
  • Loading branch information
MedElBoudali committed May 15, 2021
1 parent 21db10e commit 536ab13
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,17 @@
"icons": [
{
"src": "./images/logo.svg",
"type": "image/svg+xml",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "./images/logo.svg",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "./images/logo.svg",
"type": "image/png",
"sizes": "512x512"
}
],
Expand Down

0 comments on commit 536ab13

Please sign in to comment.