{
  "name": "CultScreener - Diamond Hands Terminal",
  "short_name": "CultScreener",
  "description": "Solana token conviction analyzer. Track diamond hands, filter by conviction score, and discover tokens with the strongest holder bases.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#09090b",
  "theme_color": "#09090b",
  "orientation": "any",
  "scope": "/",
  "categories": ["finance", "utilities"],
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "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-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/CultScreenerBanner.jpg",
      "sizes": "1200x630",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "CultScreener Diamond Hands Terminal"
    }
  ],
  "shortcuts": [
    {
      "name": "Diamond Hands Leaderboard",
      "short_name": "Leaderboard",
      "url": "/",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
    },
    {
      "name": "Watchlist",
      "short_name": "Watchlist",
      "url": "/community.html",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
    },
    {
      "name": "About",
      "short_name": "About",
      "url": "/about.html",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
    }
  ]
}
