pluto/core/static/manifest.webmanifest

15 lines
333 B
Plaintext
Raw Normal View History

2023-03-05 20:09:31 +00:00
{
"background_color": "white",
"description": "Cryptocurrency arbitrage automation",
"display": "fullscreen",
"icons": [
{
"src": "/static/logo.png",
"sizes": "800x800",
"type": "image/png"
}
],
"name": "Pluto Arbitrage",
"short_name": "Pluto",
"start_url": "/"
}