Examine source code of MTG Card Searcher

Inspect and view changes in MTG Card Searcher source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "MTG Card Searcher",
  "version": "1.1resigned1",
  "description": "Add a magiccards.info directed search to the context menu (right click)",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "contextMenus"
  ],
  "applications": {
    "gecko": {
      "id": "mtgcardsearcher@contextmenu.com"
    }
  }
}