{
  "name": "Synthroll - Algorithmic Trading SaaS",
  "short_name": "Synthroll",
  "description": "Automate your trading edge with AI-powered algorithmic signals from TradingView.",
  "start_url": "/?utm_source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#000000",
  "background_color": "#000000",
  "categories": ["finance", "trading"],
  "screenshots": [
    {
      "src": "/screenshots/mobile.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "purpose": "any"
    },
    {
      "src": "/screenshots/desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "purpose": "any"
    }
  ],
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "32x32",
      "type": "image/x-icon"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Trading Dashboard",
      "short_name": "Dashboard",
      "description": "View your trading dashboard",
      "url": "/dashboard?utm_source=pwa",
      "icons": [{ "src": "/icons/dashboard.png", "sizes": "192x192" }]
    }
  ]
}
