Skip to content
This repository has been archived by the owner on Oct 11, 2022. It is now read-only.

Commit

Permalink
Add maskable icons
Browse files Browse the repository at this point in the history
  • Loading branch information
NotWoods committed Aug 29, 2019
1 parent 4993287 commit 9d5e044
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 0 deletions.
Binary file added public/img/apple-icon-192x192-precomposed.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 public/img/apple-icon-512x512-precomposed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 36 additions & 0 deletions public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,42 @@
"src": "/img/homescreen-icon-512x512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "/img/apple-icon-57x57-precomposed.png",
"sizes": "57x57",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/img/apple-icon-72x72-precomposed.png",
"sizes": "72x72",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/img/apple-icon-114x114-precomposed.png",
"sizes": "114x114",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/img/apple-icon-144x144-precomposed.png",
"sizes": "144x144",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/img/apple-icon-192x192-precomposed.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/img/apple-icon-512x512-precomposed.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"start_url": "/?utm_source=homescreen",
Expand Down

0 comments on commit 9d5e044

Please sign in to comment.