{
  "name": "TribeWarez Wallet",
  "short_name": "Wallet",
  "description": "Solana wallet manager for the PoT-O ecosystem. Create, import, and manage keypairs, check TRIBE/PTtC/NMTC balances, and sign transactions.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#0a0a0f",
  "background_color": "#6a5acd",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": [
    "blockchain",
    "utilities"
  ],
  "lang": "en"
}