{
  "name": "Web3 Ledger Vaults — Institutional Crypto Custody",
  "short_name": "Web3 Ledger Vaults",
  "description": "Zero-knowledge digital asset custody. Secure seed phrases, private keys, and crypto portfolios with AES-256 encryption and global node redundancy.",
  "start_url": "/index-app.html",
  "display": "standalone",
  "background_color": "#04040C",
  "theme_color": "#7B5CFF",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["finance", "utilities", "productivity"],

  "icons": [
    {
      "src": "icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],

  "shortcuts": [
    {
      "name": "Vault Dashboard",
      "short_name": "Dashboard",
      "description": "View your digital asset vault",
      "url": "/user/home.php",
      "icons": [{ "src": "assets/images/icons/portfolio.png", "sizes": "96x96" }]
    },
    {
      "name": "Sign In",
      "short_name": "Login",
      "description": "Sign in to Web3 Ledger Vaults",
      "url": "/login.php",
      "icons": [{ "src": "assets/images/icons/portfolio.png", "sizes": "96x96" }]
    }
  ],

  "related_applications": [],
  "prefer_related_applications": false
}
