{
  "name": "BTC51 - The Cost of Control",
  "short_name": "BTC51",
  "description": "Real-time Bitcoin network security monitor. Track 51% attack costs, hashrate, mining pools, and network health.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#F7931A",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["finance", "cryptocurrency", "utilities"],
  "icons": [
    {
      "src": "/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "/og-image.jpg",
      "sizes": "1200x630",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "BTC51 Dashboard"
    }
  ],
  "shortcuts": [
    {
      "name": "51% Attack Cost",
      "short_name": "Attack",
      "description": "View real-time attack cost",
      "url": "/attack",
      "icons": [{ "src": "/icon.png", "sizes": "96x96" }]
    },
    {
      "name": "Halving Countdown",
      "short_name": "Halving",
      "description": "Bitcoin halving countdown",
      "url": "/halving",
      "icons": [{ "src": "/icon.png", "sizes": "96x96" }]
    },
    {
      "name": "Network Health",
      "short_name": "Health",
      "description": "Network health score",
      "url": "/network-health",
      "icons": [{ "src": "/icon.png", "sizes": "96x96" }]
    }
  ]
}
