This repository has been archived on 2024-06-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
legacy.blog.ari.lt/manifest.json
Ari Archer ca00c21f5c
update @ Wed 16 Mar 23:13:40 EET 2022
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2022-03-16 23:13:40 +02:00

15 lines
417 B
JSON

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