Skip to content

Instantly share code, notes, and snippets.

@gsans
Created June 29, 2022 18:13
Show Gist options
  • Save gsans/e4fce5fa73f61a0b9f07f02861d2c264 to your computer and use it in GitHub Desktop.
Save gsans/e4fce5fa73f61a0b9f07f02861d2c264 to your computer and use it in GitHub Desktop.
codez057: manifest file
{
"name": "appsyncmasterclass-frontend",
"short_name": "appsyncmasterclass-frontend",
"theme_color": "#4DBA87",
"icons": [
{
"src": "./img/icons/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "./img/icons/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "./img/icons/android-chrome-maskable-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "./img/icons/android-chrome-maskable-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"start_url": ".",
"display": "standalone",
"background_color": "#000000"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment