{
  "name": "BitMiner Game ROI Calculator",
  "short_name": "BitMiner ROI",
  "description": "Calculate your BitMiner Game ROI with our advanced calculator",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#4ade80",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "./logo.webp",
      "sizes": "192x192",
      "type": "image/webp",
      "purpose": "maskable any"
    },
    {
      "src": "./logo.webp",
      "sizes": "512x512",
      "type": "image/webp",
      "purpose": "maskable any"
    }
  ],
  "categories": ["finance", "games", "utilities"],
  "lang": "en"
}