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.
3.ari.lt/manifest.json
Ari Archer eb8ebb0d60
init
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2022-08-21 05:14:20 +03:00

15 lines
388 B
JSON

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