Adyen Test Cards

Adyen Test Cards

Copy and prefill Adyen test card numbers and other payment methods with a single click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Adyen Test Cards",
  "version": "0.0.3",
  "description": "Copy and prefill Adyen test card numbers and other payment methods with a single click.",
  "action": {
    "default_title": "Adyen Test Cards"
  },
  "icons": {
    "16": "images/logo-adyen-A.png",
    "48": "images/logo-adyen-A.png",
    "128": "images/logo-adyen-A.png"
  },
  "background": {
    "service_worker": "service-worker.js"
  },
  "side_panel": {
    "default_path": "panel.html"
  },
  "permissions": [
    "sidePanel",
    "scripting",
    "activeTab",
    "storage"
  ],
  "host_permissions": [
    "https://*/*",
    "http://*/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "/data/*.json"
      ],
      "matches": [
        "https://*/*",
        "http://*/*"
      ]
    }
  ]
}