{
  "id": "/",
  "name": "AlertBolt",
  "short_name": "AlertBolt",
  "description": "Real-time trading alerts for Crypto, Forex, Indices and Synthetics",
  "lang": "en",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#0f172a",
  "theme_color": "#1d4ed8",
  "orientation": "portrait-primary",
  "prefer_related_applications": false,
  "categories": ["finance", "utilities"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Create Alert",
      "url": "/dashboard?tab=alerts",
      "description": "Create a new price alert"
    },
    {
      "name": "Dashboard",
      "url": "/dashboard",
      "description": "View your dashboard"
    }
  ]
}
