Skip to content

Instantly share code, notes, and snippets.

@demndevel
Created October 26, 2025 18:08
Show Gist options
  • Select an option

  • Save demndevel/336990ea1aa589dc0ea943c6bc22746e to your computer and use it in GitHub Desktop.

Select an option

Save demndevel/336990ea1aa589dc0ea943c6bc22746e to your computer and use it in GitHub Desktop.
{
"name": "Pomelo - Анализ состава продуктов",
"short_name": "Pomelo",
"description": "Приложение для анализа состава продуктов! Сфотографируйте этикетку и получите подробный отчёт о составе и вредности продукта прямо в магазине.",
"start_url": "/scanner",
"orientation": "portrait",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#7a9b47",
"icons": [
{
"src": "icons/icon-48x48.png",
"sizes": "48x48",
"type": "image/png"
},
{
"src": "icons/icon-72x72.png",
"sizes": "72x72",
"type": "image/png"
},
{
"src": "icons/icon-96x96.png",
"sizes": "96x96",
"type": "image/png"
},
{
"src": "icons/icon-128x128.png",
"sizes": "128x128",
"type": "image/png"
},
{
"src": "icons/icon-144x144.png",
"sizes": "144x144",
"type": "image/png"
},
{
"src": "icons/icon-152x152.png",
"sizes": "152x152",
"type": "image/png"
},
{
"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