Skip to content

Commit

Permalink
Bitmap app icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadim Makeev committed Feb 17, 2016
1 parent 9c63293 commit 00f5a81
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
Binary file added src/assets/images/icon-144x144.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 src/assets/images/icon-180x180.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 src/assets/images/icon-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 14 additions & 4 deletions src/assets/pwa-list.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,23 @@
"display": "standalone",
"icons": [
{
"src": "/pwa-list/images/icon.svg",
"src": "/pwa-list/assets/images/icon-144x144.png",
"sizes": "144x144",
"type": "image/svg"
"type": "image/png"
},
{
"src": "/pwa-list/assets/images/icon-180x180.png",
"sizes": "180x180",
"type": "image/png"
},
{
"src": "/pwa-list/assets/images/icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/pwa-list/images/icon.svg",
"sizes": "196x196",
"src": "/pwa-list/assets/images/icon.svg",
"sizes": "any",
"type": "image/svg"
}
],
Expand Down

0 comments on commit 00f5a81

Please sign in to comment.