20 lines
485 B
JSON
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"
|
|
}
|