Credit Card Generator Tool

Credit Card Generator Tool

Credit Card Generator helps you create 100% valid test credit cards with Name, CVV, Address, Expiry and Zip code to test payments.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Credit Card Generator Tool",
  "version": "1.6",
  "manifest_version": 3,
  "description": "Credit Card Generator helps you create 100% valid test credit cards with Name, CVV, Address, Expiry and Zip code to test payments.",
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon16.png",
      "32": "icon32.png",
      "48": "icon48.png",
      "128": "icon128.png"
    }
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  }
}