Skip to content

Commit

Permalink
add on mobile & icon
Browse files Browse the repository at this point in the history
  • Loading branch information
adnanfajlur committed Apr 11, 2018
1 parent aa89eac commit 1ad198c
Show file tree
Hide file tree
Showing 9 changed files with 40 additions and 4 deletions.
Binary file added src/img/icon/coffe-114.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/img/icon/coffe-120.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/img/icon/coffe-144.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/img/icon/coffe-152.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/img/icon/coffe-48.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/img/icon/coffe-57.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/img/icon/coffe-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 added src/img/icon/coffe-72.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 40 additions & 4 deletions src/other/manifest.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,52 @@
{
"name": "PVHNPWA",
"name": "Pure JS - HNPWA",
"short_name": "PVHNPWA",
"scope": "/",
"icons": [
{
"src": "../icon/coffe-512",
"sizes": "512x512",
"src": "../icon/coffe-48",
"sizes": "48x48",
"type": "image/png"
},
{
"src": "../icon/coffe-57",
"sizes": "57x57",
"type": "image/png"
},
{
"src": "../icon/coffe-64",
"sizes": "64x64",
"type": "image/png"
},
{
"src": "../icon/coffe-72",
"sizes": "72x72",
"type": "image/png"
},
{
"src": "../icon/coffe-114",
"sizes": "114x114",
"type": "image/png"
},
{
"src": "../icon/coffe-120",
"sizes": "120x120",
"type": "image/png"
},
{
"src": "../icon/coffe-144",
"sizes": "144x144",
"type": "image/png"
},
{
"src": "../icon/coffe-152",
"sizes": "152x152",
"type": "image/png"
}
],
"display": "standalone",
"orientation": "portrait",
"background_color": "#F5F5F5",
"theme_color": "#12498C"
"theme_color": "#1E824C",
"start_url": "/index.html"
}

0 comments on commit 1ad198c

Please sign in to comment.