Skip to content

Commit

Permalink
Update manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
ragingwind committed May 28, 2019
1 parent 5d81c66 commit 92aa9f8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
Binary file added static/images/icon-192x192.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/icon-512x512.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 7 additions & 6 deletions static/manifest/manifest.json
@@ -1,20 +1,21 @@
{
"name": "Next.js PWA",
"short_name": "Next.js PWA",
"name": "NextHNPWA",
"short_name": "NextHNPWA",
"icons": [
{
"src": "./icons/android-chrome-192x192.png",
"src": "/static/images/icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "./icons/android-chrome-512x512.png",
"src": "/static/images/icon-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"start_url": "/",
"display": "standalone",
"background_color": "#000000",
"theme_color": "#000000"
}
"theme_color": "#000000",
"orientation": "portrait"
}

0 comments on commit 92aa9f8

Please sign in to comment.