{
  "name": "TipsWallet — TIPSPAY",
  "short_name": "TipsWallet",
  "description": "Multichain Web3 Wallet powered by TipsChain. Gasless transactions, DEX, Bridge.",
  "start_url": "/home",
  "display": "standalone",
  "background_color": "#080c18",
  "theme_color": "#080c18",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["finance", "utilities"],
  "icons": [
    {
      "src": "/icons/tpc-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/tpc-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Open Wallet",
      "short_name": "Wallet",
      "description": "Go to TipsWallet",
      "url": "/wallet",
      "icons": [{ "src": "/icons/tpc-icon-192.png", "sizes": "96x96" }]
    },
    {
      "name": "Bridge",
      "short_name": "Bridge",
      "description": "Cross-chain bridge",
      "url": "/bridge",
      "icons": [{ "src": "/icons/tpc-icon-192.png", "sizes": "96x96" }]
    }
  ]
}
