Skip to content

Instantly share code, notes, and snippets.

@shinokada
Created April 8, 2023 12:40
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 shinokada/d334e7f9c6f987111f895df70105d7a9 to your computer and use it in GitHub Desktop.
Save shinokada/d334e7f9c6f987111f895df70105d7a9 to your computer and use it in GitHub Desktop.
{
"name": "Vite Svelte PWA",
"short_name": "vite-svelte-pwa",
"scope": "/",
"start_url": ".",
"icons": [
{
"src": "/apple-touch-icon.png",
"sizes": "180x180",
"type": "image/png"
},
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "/maskable_icon_x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment