Deck transfer for Yu-Gi-Oh! Master Duel and Neuron

Deck transfer for Yu-Gi-Oh! Master Duel and Neuron

Import and export Yu-Gi-Oh! decks from Master Duel and Neuron in YDK format and YDKE URLs via Konami's official card database.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Deck transfer for Yu-Gi-Oh! Master Duel",
  "description": "Import and export Yu-Gi-Oh! decks from Master Duel and Neuron in YDK format and YDKE URLs via Konami's official card database.",
  "manifest_version": 2,
  "version": "1.2.0",
  "author": "Kevin Lu",
  "homepage_url": "https://github.com/DawnbrandBots/deck-transfer-for-master-duel",
  "content_scripts": [
    {
      "matches": [
        "https://www.db.yugioh-card.com/yugiohdb/member_deck.action*"
      ],
      "js": [
        "yugioh-card.js"
      ]
    },
    {
      "matches": [
        "*://*.ygoprodeck.com/*"
      ],
      "js": [
        "ygoprodeck.js"
      ]
    }
  ],
  "permissions": [
    "clipboardRead",
    "https://db.ygoprodeck.com/api/v7/cardinfo.php"
  ],
  "icons": {
    "48": "icon/48.png",
    "96": "icon/96.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{6495a28a-ecab-42ab-98fe-f7590225fce5}"
    }
  }
}