{
  "id": "/gopnik-wallet",
  "name": "Gopnik Wallet",
  "short_name": "Gopnik",
  "description": "XRPL NFT wallet, marketplace and trading hub with real-time WebSocket feeds.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0a0a1a",
  "theme_color": "#8b5cf6",
  "categories": ["finance", "cryptocurrency"],
  "icons": [
    {
      "src": "images/app_icon_192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "images/app_icon_512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "images/screenshot_mobile_1.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "images/screenshot_mobile_2.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "images/screenshot_desktop_1.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Go to your wallet dashboard",
      "url": "/dashboard",
      "icons": [
        {
          "src": "images/shortcut_dashboard_96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Marketplace",
      "short_name": "Market",
      "description": "Browse NFT marketplace",
      "url": "/nft/marketplace",
      "icons": [
        {
          "src": "images/shortcut_marketplace_96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "DEX Trading",
      "short_name": "DEX",
      "description": "Trade tokens on DEX",
      "url": "/dex/swap",
      "icons": [
        {
          "src": "images/shortcut_dex_96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Portfolio",
      "short_name": "Portfolio",
      "description": "View your portfolio",
      "url": "/portfolio",
      "icons": [
        {
          "src": "images/shortcut_portfolio_96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}