Skip to content

Commit

Permalink
Update icons.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmartel committed May 27, 2019
1 parent a6e7f12 commit 02c2e4f
Show file tree
Hide file tree
Showing 15 changed files with 13 additions and 23 deletions.
Binary file added src/assets/icons/icon-128.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 removed src/assets/icons/icon-128x128.png
Binary file not shown.
Binary file removed src/assets/icons/icon-144x144.png
Binary file not shown.
Binary file removed src/assets/icons/icon-152x152.png
Binary file not shown.
Binary file added src/assets/icons/icon-16.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 removed src/assets/icons/icon-192x192.png
Binary file not shown.
Binary file added src/assets/icons/icon-256.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/icons/icon-32.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 removed src/assets/icons/icon-384x384.png
Binary file not shown.
Binary file added src/assets/icons/icon-512.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 removed src/assets/icons/icon-512x512.png
Binary file not shown.
Binary file added src/assets/icons/icon-64.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 removed src/assets/icons/icon-72x72.png
Binary file not shown.
Binary file removed src/assets/icons/icon-96x96.png
Binary file not shown.
36 changes: 13 additions & 23 deletions src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,46 +4,36 @@
"theme_color": "#1976d2",
"background_color": "#fafafa",
"display": "standalone",
"scope": "/",
"start_url": "/",
"scope": "/dwv-angular/demo/trunk/index.html",
"start_url": "/dwv-angular/demo/trunk",
"icons": [
{
"src": "assets/icons/icon-72x72.png",
"sizes": "72x72",
"src": "assets/icons/icon-16.png",
"sizes": "16x16",
"type": "image/png"
},
{
"src": "assets/icons/icon-96x96.png",
"sizes": "96x96",
"src": "assets/icons/icon-32.png",
"sizes": "32x32",
"type": "image/png"
},
{
"src": "assets/icons/icon-128x128.png",
"sizes": "128x128",
"type": "image/png"
},
{
"src": "assets/icons/icon-144x144.png",
"sizes": "144x144",
"src": "assets/icons/icon-64.png",
"sizes": "64x64",
"type": "image/png"
},
{
"src": "assets/icons/icon-152x152.png",
"sizes": "152x152",
"type": "image/png"
},
{
"src": "assets/icons/icon-192x192.png",
"sizes": "192x192",
"src": "assets/icons/icon-128.png",
"sizes": "128x128",
"type": "image/png"
},
{
"src": "assets/icons/icon-384x384.png",
"sizes": "384x384",
"src": "assets/icons/icon-256.png",
"sizes": "256x256",
"type": "image/png"
},
{
"src": "assets/icons/icon-512x512.png",
"src": "assets/icons/icon-512.png",
"sizes": "512x512",
"type": "image/png"
}
Expand Down

0 comments on commit 02c2e4f

Please sign in to comment.