Skip to content

Instantly share code, notes, and snippets.

@akinogu
Last active December 6, 2021 03:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akinogu/1265e2c190fc7d12efd3b801eca031f5 to your computer and use it in GitHub Desktop.
Save akinogu/1265e2c190fc7d12efd3b801eca031f5 to your computer and use it in GitHub Desktop.
{
"name": "Next.JS Progressive Web App Sample",
"short_name": "next pwa sample",
"theme_color": "#ffffff",
"background_color": "#004740",
"display": "standalone",
"orientation": "portrait",
"start_url": "/",
"icons": [
{
"src": "icons/icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icons/icon-256x256.png",
"sizes": "256x256",
"type": "image/png"
},
{
"src": "icons/icon-384x384.png",
"sizes": "384x384",
"type": "image/png"
},
{
"src": "icons/icon-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment