Test credit cards

Test credit cards

Simplifies checkout form testing by auto-filling or copying test credit card numbers for Stripe/Braintree with a click

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Test credit cards",
  "version": "1.3",
  "description": "Simplifies checkout form testing by auto-filling or copying test credit card numbers for Stripe/Braintree with a click",
  "manifest_version": 3,
  "action": {
    "default_popup": "popup.2b592acc.html",
    "default_title": "Test credit cards"
  },
  "icons": {
    "16": "credit-card-16.5a5f6648.png",
    "128": "credit-card-128.7e8cf527.png"
  },
  "host_permissions": [
    "https://*/*"
  ],
  "permissions": [
    "activeTab",
    "clipboardWrite",
    "storage",
    "scripting"
  ]
}