Axie Link Checker

Axie Link Checker

Helps you verify the Axie Infinity-related official websites

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Axie Link Checker",
  "description": "Helps you verify the Axie Infinity-related official websites",
  "version": "0.0.0.3",
  "manifest_version": 3,
  "icons": {
    "16": "./images/16x16.png",
    "32": "./images/32x32.png",
    "48": "./images/48x48.png",
    "128": "./images/128x128.png"
  },
  "background": {
    "service_worker": "./background.js"
  },
  "options_page": "./options.html",
  "action": {
    "default_popup": "popup.html",
    "default_icons": {
      "16": "./images/16x16.png",
      "32": "./images/32x32.png",
      "48": "./images/48x48.png",
      "128": "./images/128x128.png"
    }
  },
  "permissions": [
    "scripting"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "images/check.png",
        "images/logo.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "host_permissions": [
    "https://www.google.com/*"
  ]
}