15 lines
388 B
JSON
15 lines
388 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/web-manifest-combined.json",
|
|
"short_name": "Ari-web 3",
|
|
"name": "Ari::web -> 3",
|
|
"description": "3",
|
|
"icons": [{
|
|
"src": "/favicon.ico",
|
|
"sizes": "128x128",
|
|
"type": "image/png"
|
|
}],
|
|
"start_url": ".",
|
|
"display": "standalone",
|
|
"theme_color": "#ffffff",
|
|
"background_color": "#000000"
|
|
}
|