Skip to content

Commit

Permalink
🔧 change manifest configs
Browse files Browse the repository at this point in the history
  • Loading branch information
dikisiswanto committed Sep 16, 2020
1 parent 92363d3 commit 94965f0
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,42 +11,50 @@
{
"src": "icons/icon-72x72.png",
"sizes": "72x72",
"type": "image/png"
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "icons/icon-96x96.png",
"sizes": "96x96",
"type": "image/png"
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "icons/icon-128x128.png",
"sizes": "128x128",
"type": "image/png"
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "icons/icon-144x144.png",
"sizes": "144x144",
"type": "image/png"
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "icons/icon-152x152.png",
"sizes": "152x152",
"type": "image/png"
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "icons/icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "icons/icon-384x384.png",
"sizes": "384x384",
"type": "image/png"
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "icons/icon-512x512.png",
"sizes": "512x512",
"type": "image/png"
"type": "image/png",
"purpose": "any maskable"
}
]
}

1 comment on commit 94965f0

@vercel
Copy link

@vercel vercel bot commented on 94965f0 Sep 16, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.