{
  "name": "VESKALD - Algotrading Platform",
  "short_name": "VESKALD",
  "description": "Visual strategy builder, backtest with commissions and funding, automated strategy tuning with overfitting control, trading journal and automated execution via Docker. All in one interface, no code.",
  "icons": [
    {
      "src": "/apple-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "theme_color": "#6366f1",
  "background_color": "#0a0a0f",
  "display": "standalone",
  "start_url": "/",
  "scope": "/",
  "categories": ["finance", "business"],
  "lang": "en",
  "dir": "ltr",
  "orientation": "portrait-primary",
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Create Strategy",
      "short_name": "Create",
      "description": "Create a new trading strategy",
      "url": "/?action=create"
    },
    {
      "name": "Backtest",
      "short_name": "Backtest",
      "description": "Test strategy on historical data",
      "url": "/?action=backtest"
    },
    {
      "name": "Contact sales",
      "short_name": "Contact",
      "description": "Talk to our team about Enterprise plans",
      "url": "/en/contact-us"
    }
  ]
}