Morphling MTG Card Images

Morphling MTG Card Images

MTG card image popups

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Morphling MTG Card Images",
  "version": "0.1",
  "manifest_version": 2,
  "description": "MTG card image popups",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "http://morphling.de/*",
    "http://*.morphling.de/*",
    "https://morphling.de/*",
    "https://*.morphling.de/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://morphling.de/*",
        "http://*.morphling.de/*",
        "https://morphling.de/*",
        "https://*.morphling.de/*"
      ],
      "js": [
        "jquery-1.11.2.min.js",
        "mtg-tooltips.js"
      ]
    }
  ]
}