ari.lt/manifest.json
Ari Archer 4f92ab7d86 update @ Fri 11 Mar 14:58:55 EET 2022
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2022-03-11 14:58:55 +02:00

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"
}