16 lines
271 B
JSON
16 lines
271 B
JSON
{
|
|
"name": "alfa",
|
|
"icons": [
|
|
{
|
|
"src": "/media/icon-512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"theme_color": "#00779F",
|
|
"background_color": "#00779F",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"orientation": "any"
|
|
}
|