{
  "name": "FluidWallet.io",
  "short_name": "FluidWallet",
  "description": "Next-Gen Non-Custodial Crypto Wallet & Dashboard",
  "start_url": "./index.php",
  "display": "standalone",
  "background_color": "#030508",
  "theme_color": "#030508",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "./assets/img/icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "./assets/img/icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "./dashboard/index.php",
      "description": "View portfolio balance and overview stats"
    },
    {
      "name": "Instant Swap",
      "url": "./dashboard/exchange-crypto.php",
      "description": "Swap tokens across chains"
    }
  ]
}
