ari.lt/manifest.json

16 lines
408 B
JSON
Raw Normal View History

{
"$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": "#fbfbfb",
"background_color": "#121212"
}