This repository has been archived on 2023-11-15. You can view files and clone it, but cannot push or open issues or pull requests.
black-cat/public/icons/site.webmanifest
2022-12-09 17:12:17 -06:00

20 lines
485 B
JSON

{
"name": "Black Cat",
"short_name": "Black Cat",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#181825",
"background_color": "#181825",
"start_url": "https://blackcat.uno",
"display": "standalone"
}