16 lines
297 B
JSON
16 lines
297 B
JSON
{
|
|
"name": "Calculator",
|
|
"short_name": "Calculator",
|
|
"display": "standalone",
|
|
"orientation": "portrait",
|
|
"background_color": "#fff",
|
|
"scope": "/",
|
|
"start_url": "/",
|
|
"icons": [
|
|
{
|
|
"src": "/favicon.svg",
|
|
"sizes": "any"
|
|
}
|
|
]
|
|
}
|