fast-calorie/public/manifest.json

18 lines
430 B
JSON
Raw Normal View History

2020-09-19 21:38:26 +00:00
{
"name": "Fast Calorie",
"short_name": "fast-calorie",
"lang": "en-US",
"orientation": "landscape-primary",
"start_url": "/",
"display": "standalone",
"background_color": "#EF9004",
"theme_color": "#EF9004",
"description": "enter calories faster",
"icons": [
{
"src": "/images/icon.png",
"sizes": "192x192",
"type": "image/png"
}
]
}