Skip to content

Instantly share code, notes, and snippets.

@timc1
Created October 4, 2023 15:34
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 timc1/060972fddc3c08f7e49d285077272218 to your computer and use it in GitHub Desktop.
Save timc1/060972fddc3c08f7e49d285077272218 to your computer and use it in GitHub Desktop.
manifest-demo.json
{
"theme_color": "#055b49",
"background_color": "#055b49",
"display": "standalone",
"scope": "/",
"orientation": "any",
"start_url": "/?utm_medium=PWA&utm_source=launcher",
"name": "NutriFlex",
"short_name": "NutriFlex",
"icons": [
{
"src": "/community/nutriflex/icon/192",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/community/nutriflex/icon/256",
"sizes": "256x256",
"type": "image/png"
},
{
"src": "/community/nutriflex/icon/384",
"sizes": "384x384",
"type": "image/png"
},
{
"src": "/community/nutriflex/icon/512",
"sizes": "512x512",
"type": "image/png"
}
],
"categories": ["community"],
"description": "Use NutriFlex as a standalone application right in your browser",
"screenshots": [
{
"src": "/community/nutriflex/preview/540/720",
"type": "image/jpeg",
"sizes": "540x720",
"form_factor": "narrow"
},
{
"src": "/community/nutriflex/preview/1024/593",
"type": "image/jpeg",
"sizes": "1024x593",
"form_factor": "wide"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment