{
  "short_name": "eDTS",
  "name": "eDTS Cloud - ASX Trading Assistant",
  "description": "Real-time ASX equities scanner with TradingView indicators, custom alerts, and AI-powered market analysis",
  "id": "/?source=pwa",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "theme_color": "#0e1b2c",
  "background_color": "#0e1b2c",
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "favicon-32x32.png",
      "type": "image/png",
      "sizes": "32x32"
    },
    {
      "src": "android-chrome-192x192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "android-chrome-512x512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Pre-Market Scanner",
      "short_name": "Pre-Market",
      "description": "View pre-market stock activity",
      "url": "/premarket?source=pwa",
      "icons": [
        {
          "src": "android-chrome-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Watchlist",
      "short_name": "Watchlist",
      "description": "Monitor your tracked stocks with alerts",
      "url": "/watchlist?source=pwa",
      "icons": [
        {
          "src": "android-chrome-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
