{
  "name": "X-Chain Investment Services",
  "short_name": "xchaininvest",
  "description": "A modern copy trading platform for beginners and professionals. Learn and invest wisely!",
  "start_url": "/",
  "scope": "/",
  "id": "/",
  "display": "standalone",
  "display_override": ["standalone", "fullscreen", "minimal-ui"],
  "background_color": "#ffffff",
  "theme_color": "#000000",
  "orientation": "portrait-primary",
  "lang": "en",
  "dir": "auto",

  "icons": [
    {
      "src": "/icons/192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],

  "screenshots": [
    {
      "src": "/screenshots/screenshot2.jpg",
      "sizes": "1281x2560",
      "type": "image/jpeg"
    },
    
     {
      "src": "/screenshots/screenshot1.jpg",
      "sizes": "1283x2560",
      "type": "image/jpeg",
      "form_factor": "wide"
    }
  ],

  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Go to your dashboard",
      "url": "/dashboard",
      "icons": [{ "src": "/icons/128x128.png", "sizes": "128x128", "type": "image/png" }]
    }
  ],

  "file_handlers": [
    {
      "action": "/open-file",
      "accept": {
        "application/pdf": [".pdf"],
        "image/png": [".png"],
        "image/jpeg": [".jpg", ".jpeg"]
      }
    }
  ],

  "handle_links": "auto",

  "protocol_handlers": [
    {
      "protocol": "web+xchaininvest",
      "url": "/open?url=%s"
    }
  ],

  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "file",
          "accept": ["image/*", "video/*", "application/pdf"]
        }
      ]
    }
  },

  "widgets": [
    {
      "name": "Investment Summary",
      "description": "View your latest investments",
      "url": "/widgets/summary",
      "icons": [{ "src": "/icons/128x128.png", "sizes": "128x128", "type": "image/png" }]
    }
  ],

  "launch_handler": {
    "client_mode": "navigate-existing"
  },

  "background_sync": {
    "tag": "sync-user-data"
  },

  "periodic_background_sync": {
    "min_interval": 3600
  },

  "gcm_sender_id": "1234567890",

  "scope_extensions": [
    {
      "origin": "https://api.xchaininvest.com"
    }
  ],

  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.xchaininvest.app",
      "id": "com.xchaininvest.app"
    }
  ],

  "prefer_related_applications": true
}
