CardSpotter (Magic Card Spotter)

CardSpotter (Magic Card Spotter)

Automatic card image tooltips for MTG video streams.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "persistent": true,
    "scripts": [
      "background.js",
      "worker_proxy.js"
    ]
  },
  "browser_action": {
    "default_icon": "csLogo128.png",
    "default_title": "Magic CardSpotter"
  },
  "description": "Automatic card image tooltips for MTG video streams.",
  "icons": {
    "16": "csLogo16.png",
    "48": "csLogo48.png",
    "128": "csLogo128.png"
  },
  "manifest_version": 2,
  "name": "CardSpotter (Magic Card Spotter)",
  "options_ui": {
    "chrome_style": true,
    "page": "options.html"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "permissions": [
    "storage",
    "activeTab"
  ],
  "short_name": "CardSpotter",
  "version": "3.16",
  "web_accessible_resources": [
    "worker_proxy.html",
    "content_script.css",
    "worker.js",
    "cardspotter.js",
    "magic.db",
    "cardspotter.wasm",
    "content_script.js",
    "options.js",
    "options.html",
    "css/materialdesignicons.min.css",
    "images/*",
    "fonts/*",
    "csLogo16.png",
    "cardspottername.png"
  ]
}