{
  "name": "TBURN Scan",
  "short_name": "TBURN Scan",
  "description": "TBURN Chain Block Explorer — Chain ID 5800. Explore blocks, transactions, validators, and tokens in real-time.",
  "start_url": "/scan",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0a0f1e",
  "theme_color": "#00C2D4",
  "orientation": "any",
  "lang": "en",
  "categories": ["finance", "utilities", "productivity"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "apple touch icon"
    }
  ],
  "shortcuts": [
    {
      "name": "Latest Blocks",
      "short_name": "Blocks",
      "description": "Browse the latest TBURN Chain blocks",
      "url": "/scan/blocks",
      "icons": [{ "src": "/favicon.png", "sizes": "192x192" }]
    },
    {
      "name": "Latest Transactions",
      "short_name": "Transactions",
      "description": "Browse the latest TBURN Chain transactions",
      "url": "/scan/txs",
      "icons": [{ "src": "/favicon.png", "sizes": "192x192" }]
    },
    {
      "name": "Network Stats",
      "short_name": "Stats",
      "description": "TBURN Chain live network statistics",
      "url": "/scan/stats",
      "icons": [{ "src": "/favicon.png", "sizes": "192x192" }]
    }
  ]
}
