Planar Overlay

Planar Overlay

Show tooltips for Magic: The Gathering cards on Reddit!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Planar Overlay",
  "author": "Michael Celani",
  "version": "1.3",
  "description": "Provides tooltips for MTGCardFetcher links.",
  "content_scripts": [
    {
      "matches": [
        "*://*.reddit.com/*"
      ],
      "js": [
        "planar.js"
      ],
      "css": [
        "css/planar.css"
      ]
    }
  ],
  "icons": {
    "48": "icons/icons8-crystal-ball-48.png",
    "96": "icons/icons8-crystal-ball-96.png"
  },
  "options_ui": {
    "page": "options.html"
  }
}