{
  "name": "Expert",
  "short_name": "Expert",
  "description": "AlgoCopy trading system - Forex",
  "theme_color": "#000000",
  "background_color": "#000000",
  "display": "standalone",
  "ios": {
    "apple-mobile-web-app-title": "Expert",
    "apple-mobile-web-app-capable": "yes",
    "apple-mobile-web-app-status-bar-style": "black-translucent"
  },
  "scope": "/",
  "start_url": "/",
  "icons": [
    {
      "src": "/favicon/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/favicon/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}