Magic: The Gathering card search

Magic: The Gathering card search

Search for Magic: The Gathering cards in the magiccard.info database

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Magic: The Gathering card search",
  "short_name": "MTG card search",
  "description": "Search for Magic: The Gathering cards in the magiccard.info database",
  "version": "1.0.0.3",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage"
  ],
  "offline_enabled": true
}