18 lines
430 B
JSON
18 lines
430 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|
||
|
]
|
||
|
}
|