deekay

deekay

Finder of Lost Articles on magic.wizards.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "deekay",
  "description": "Finder of Lost Articles on magic.wizards.com",
  "version": "0.0.0.2",
  "manifest_version": 3,
  "icons": {
    "48": "/assets/icons/48.png",
    "128": "/assets/icons/128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://magic.wizards.com/*"
      ],
      "js": [
        "deekay.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "hashes/*"
      ],
      "matches": [
        "https://magic.wizards.com/*"
      ]
    }
  ]
}