{
  "name": "SolHunt",
  "short_name": "SolHunt",
  "description": "Recover locked SOL, reclaim rent, revoke risky approvals, and harvest unclaimed value from your Solana wallet — securely and client-side.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#09090b",
  "theme_color": "#09090b",
  "orientation": "portrait-primary",
  "categories": ["finance", "utilities"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Scan Wallet",
      "short_name": "Scan",
      "description": "Scan your wallet for recoverable SOL",
      "url": "/?engine=scan",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Revoke Approvals",
      "short_name": "Revoke",
      "description": "View and revoke token approvals",
      "url": "/?engine=revoke",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Reclaim Rent",
      "short_name": "Rent",
      "description": "Recover rent from zero-balance accounts",
      "url": "/?engine=reclaim",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
