{
  "name": "Pi Network Tracker",
  "short_name": "Pi Tracker",
  "description": "Track Pi cryptocurrency price, mining rates, and market data. Use our mining calculators and stay updated with Pi Network.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#9b51e0",
  "icons": [
    {
      "src": "/favicon-96x96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "categories": ["finance", "cryptocurrency", "utilities"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Mining Calculator",
      "url": "/calculators",
      "description": "Calculate your Pi mining earnings"
    },
    {
      "name": "Market Data",
      "url": "/",
      "description": "View Pi Network market data"
    }
  ]
}