Reframe MTG Firefox

Examine source code of Reframe MTG

Inspect and view changes in Reframe MTG source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "version": "1.5.0",
  "description": "__MSG_extDescription__",
  "default_locale": "en",
  "permissions": [
    "storage",
    "activeTab",
    "https://api.scryfall.com/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "reframe-mtg@extension",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "exclude_matches": [
        "*://*.scryfall.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icons/icon-48.svg"
    }
  },
  "icons": {
    "48": "icons/icon-48.svg"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  }
}

Best Reframe MTG Alternatives

Here are some Firefox add-ons that are similar to Reframe MTG: