Skip to content

Commit

Permalink
Add maskable icon & redesign ios icon
Browse files Browse the repository at this point in the history
  • Loading branch information
NotWoods committed Aug 29, 2019
1 parent 18e7b2a commit ffa45d5
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
Binary file added images/icons/android-maskable-192x192.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 images/icons/android-maskable-512x512.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 modified images/icons/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 13 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,19 @@
"src": "./images/icons/android-chrome-512x512.png",
"type": "image/png",
"sizes": "512x512"
}
},
{
"src": "./images/icons/android-maskable-192x192.png",
"type": "image/png",
"sizes": "192x192",
"purpose": "maskable"
},
{
"src": "./images/icons/android-maskable-512x512.png",
"type": "image/png",
"sizes": "512x512",
"purpose": "maskable"
}
],
"author": {
"name": "Gokulakrishnan Kalaikovan",
Expand Down

0 comments on commit ffa45d5

Please sign in to comment.