blog.ari.lt/manifest.json
Ari Archer 6de0c8103d
update @ Fri 11 Mar 14:57:02 EET 2022
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2022-03-11 14:57:02 +02:00

15 lines
407 B
JSON

{
"$schema": "https://json.schemastore.org/web-manifest-combined.json",
"short_name": "Ari-web blogs",
"name": "Ari::web -> Blogs",
"description": "My blog page",
"icons": [{
"src": "/favicon.ico",
"sizes": "128x128",
"type": "image/png"
}],
"start_url": ".",
"display": "standalone",
"theme_color": "#f9f6e8",
"background_color": "#262220"
}