{
  "name": "Tanner Terminal",
  "short_name": "Tanner",
  "description": "Detect launches, track whales, scan rug risk, run sniper setups. Move before the market reacts.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "background_color": "#070a0f",
  "theme_color": "#3b82f6",
  "orientation": "any",
  "lang": "en",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["finance", "utilities"],
  "shortcuts": [
    {
      "name": "Live Pairs",
      "short_name": "Pairs",
      "url": "/app/live-pairs",
      "description": "View live Solana token pairs"
    },
    {
      "name": "Sniper",
      "short_name": "Sniper",
      "url": "/app/sniper",
      "description": "Sniper mode for early launches"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}