mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 17:49:24 +01:00
4f92ab7d86
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
15 lines
408 B
JSON
15 lines
408 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/web-manifest-combined.json",
|
|
"short_name": "Ari-web",
|
|
"name": "Ari::web -> Index",
|
|
"description": "My personal website",
|
|
"icons": [{
|
|
"src": "/favicon.ico",
|
|
"sizes": "128x128",
|
|
"type": "image/png"
|
|
}],
|
|
"start_url": ".",
|
|
"display": "standalone",
|
|
"theme_color": "#ffffff",
|
|
"background_color": "#000000"
|
|
}
|