Test Payment Cards Extension Firefox

Examine source code of Test Payment Cards Extension

Inspect and view changes in Test Payment Cards Extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "version": "0.0.2",
  "short_name": "Test Cards",
  "name": "Test Payment Cards Extension",
  "description": "An extension which allows you to easily use test cards in your test environments",
  "browser_action": {
    "default_title": "Test Cards",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.bundle.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contentScript.bundle.js"
      ]
    }
  ],
  "icons": {
    "16": "img/icon-16.png",
    "48": "img/icon-48.png",
    "128": "img/icon-128.png"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{65e84d93-d4de-4e85-837a-064f7eb90f2b}"
    }
  }
}

Best Test Payment Cards Extension Alternatives

Here are some Firefox add-ons that are similar to Test Payment Cards Extension: