ari.lt/manifest.json
Ari Archer b253d4d3a0 index,js/config : fix manifest and add more comments loading
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2023-04-06 02:24:07 +03: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": "#fbfbfb",
"background_color": "#121212"
}