Skip to content

Commit

Permalink
Add icons
Browse files Browse the repository at this point in the history
  • Loading branch information
kosmos committed Dec 21, 2017
1 parent 38f12be commit 608a5f4
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 5 deletions.
Binary file added static/img/icons/manna-icon-128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added static/img/icons/manna-icon-256x256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
21 changes: 16 additions & 5 deletions static/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,29 @@
"short_name": "manna",
"icons": [
{
"src": "/static/img/icons/android-chrome-192x192.png",
"src": "/static/img/icons/manna-icon-128x128.png",
"sizes": "128x128",
"type": "image/png"
},
{
"src": "/static/img/icons/manna-icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/static/img/icons/android-chrome-512x512.png",
"src": "/static/img/icons/manna-icon-256x256.png",
"sizes": "256x256",
"type": "image/png"
},
{
"src": "/static/img/icons/manna-icon-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"start_url": "/index.html",
"display": "standalone",
"background_color": "#000000",
"start_url": "/",
"display": "fullscreen",
"orientation": "portrait",
"background_color": "#ffffff",
"theme_color": "#4DBA87"
}

0 comments on commit 608a5f4

Please sign in to comment.