Axie infinity breed cost calculator

Axie infinity breed cost calculator

Calculates the cost of breeding in Axie Infinity at the current time for a variety of fiat currencies.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Axie infinity breed cost calculator",
  "description": "Calculates the cost of breeding in Axie Infinity at the current time for a variety of fiat currencies.",
  "version": "1.1.0",
  "icons": {
    "16": "./assets/8ebb2c0afb163d32f27e6c2343842dfc-32bits-16.png",
    "32": "./assets/8ebb2c0afb163d32f27e6c2343842dfc-32bits-32.png",
    "48": "./assets/8ebb2c0afb163d32f27e6c2343842dfc-32bits-48.png",
    "128": "./assets/8ebb2c0afb163d32f27e6c2343842dfc-32bits-128.png"
  },
  "action": {
    "default_popup": "index.html"
  },
  "permissions": [
    "storage"
  ]
}