Scryfall Context Menu

Scryfall Context Menu

Search Magic: the Gathering cards with Scryfall by using the context menu.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Scryfall Context Menu",
  "description": "Search Magic: the Gathering cards with Scryfall by using the context menu.",
  "version": "0.3.0",
  "permissions": [
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "index.js"
    ]
  },
  "icons": {
    "16": "icon-16.png",
    "32": "icon-32.png",
    "512": "icon-512.png"
  },
  "manifest_version": 2
}