mirror of
https://git.ari.lt/ari.lt/blog.ari.lt.git
synced 2025-02-04 09:39:25 +01:00
495a9472f7
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
15 lines
406 B
JSON
15 lines
406 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/web-manifest-combined.json",
|
|
"short_name": "Ari-web blogs",
|
|
"name": "Ari::web -> Blog",
|
|
"description": "My blog page",
|
|
"icons": [{
|
|
"src": "/favicon.ico",
|
|
"sizes": "128x128",
|
|
"type": "image/png"
|
|
}],
|
|
"start_url": ".",
|
|
"display": "standalone",
|
|
"theme_color": "#f9f6e8",
|
|
"background_color": "#262220"
|
|
}
|