18 lines
423 B
JSON
18 lines
423 B
JSON
{
|
|
"lang": "en-us",
|
|
"name": "Temperature converter app",
|
|
"short_name": "Temperature converter",
|
|
"description": "A basic temperature converter application",
|
|
"start_url": "/",
|
|
"background_color": "#2f3d58",
|
|
"theme_color": "#2f3d58",
|
|
"orientation": "any",
|
|
"display": "standalone",
|
|
"icons": [
|
|
{
|
|
"src": "/icon512.png",
|
|
"sizes": "512x512"
|
|
}
|
|
]
|
|
}
|