Shambleshark (Unofficial Scryfall Extension) Firefox

Examine source code of Shambleshark (Unofficial Scryfall Extension)

Inspect and view changes in Shambleshark (Unofficial Scryfall Extension) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "version": "0.15.1",
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "name": "Shambleshark (Unofficial Scryfall Extension)",
  "short_name": "Shambleshark",
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "background": {
    "page": "background.html"
  },
  "content_scripts": [
    {
      "js": [
        "scryfall.bundle.js"
      ],
      "css": [
        "scryfall.css"
      ],
      "matches": [
        "*://*.scryfall.com/*"
      ],
      "all_frames": true
    },
    {
      "js": [
        "edhrec.bundle.js"
      ],
      "matches": [
        "*://*.edhrec.com/*"
      ],
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    "scryfallEmbed.bundle.js",
    "spinner.gif"
  ],
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "storage",
    "*://*.scryfall.com/*"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon-34.png"
  },
  "icons": {
    "128": "icon-128.png"
  },
  "manifest_version": 2,
  "browser_specific_settings": {
    "gecko": {
      "id": "blade@crookedneighbor.com",
      "strict_min_version": "69.0"
    }
  }
}

Best Shambleshark (Unofficial Scryfall Extension) Alternatives

Here are some Firefox add-ons that are similar to Shambleshark (Unofficial Scryfall Extension):