Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Add Maskable PWA Icon (#71)
Browse files Browse the repository at this point in the history
* pwa logo changed to white

* added maskable pwa icon
  • Loading branch information
KoushikSahu authored Jan 26, 2021
1 parent b3865cd commit 5454e25
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
Binary file added public/icons/maskable_icon_x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 15 additions & 5 deletions public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,30 +7,40 @@
"short_name": "HackNITR 2.0",
"icons": [
{
"src": "icons/maskable_icon_x128.png",
"sizes": "128x128",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "icons/icon-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
"purpose": "any"
},
{
"src": "icons/icon-256x256.png",
"sizes": "256x256",
"type": "image/png"
"type": "image/png",
"purpose": "any"
},
{
"src": "icons/icon-384x384.png",
"sizes": "384x384",
"type": "image/png"
"type": "image/png",
"purpose": "any"
},
{
"src": "icons/icon-512x512.png",
"sizes": "512x512",
"type": "image/png"
"type": "image/png",
"purpose": "any"
},
{
"src": "icons/apple-touch-icon.png",
"sizes": "57x57",
"type": "image/png"
"type": "image/png",
"purpose": "any"
}
]
}

0 comments on commit 5454e25

Please sign in to comment.