Created
October 4, 2023 15:34
-
-
Save timc1/060972fddc3c08f7e49d285077272218 to your computer and use it in GitHub Desktop.
manifest-demo.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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