Add core app

This commit is contained in:
2023-03-05 20:09:31 +00:00
parent b2bdc77496
commit a51797ef94
63 changed files with 1532 additions and 4 deletions

View File

@@ -0,0 +1,15 @@
{
"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": "/"
}