Magic Cards.info Enhanced Searching

Magic Cards.info Enhanced Searching

Adds a number of enhancements to the magiccards.info site. Such as grid search result, and click to preview card.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Magic Cards.info Enhanced Searching",
  "version": "1.0.0",
  "manifest_version": 2,
  "description": "Adds a number of enhancements to the magiccards.info site. Such as grid search result, and click to preview card.",
  "icons": {
    "128": "icons/icon.png"
  },
  "default_locale": "en",
  "web_accessible_resources": [
    "src/inject/clippy.swf"
  ],
  "permissions": [
    "http://magiccards.info/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://magiccards.info/*"
      ],
      "css": [
        "src/inject/inject.css"
      ],
      "js": [
        "src/inject/inject.js"
      ],
      "run_at": "document_start"
    }
  ]
}