Files
arbpulse/web/public/manifest.webmanifest
T

32 lines
729 B
JSON
Raw Normal View History

{
"name": "Arb Pulse — BTC Arbitrage Engine",
"short_name": "Arb Pulse",
"description": "Real-time cross-exchange BTC arbitrage detection & simulation (Kraken, Bybit, OKX, Binance).",
"start_url": "/",
"scope": "/",
"display": "standalone",
"orientation": "any",
"theme_color": "#0a0e14",
"background_color": "#0a0e14",
"icons": [
{
"src": "/icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "/icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
},
{
"src": "/icon-maskable-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
]
}