CardGenerator - VISA Credit Card Generator

CardGenerator - VISA Credit Card Generator

Generate VISA credit card numbers with unqiue details such as name, zipcode, country, and address for testing and signup.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "CardGenerator - VISA Credit Card Generator",
  "description": "Generate VISA credit card numbers with unqiue details such as name, zipcode, country, and address for testing and signup.",
  "version": "1.0.0",
  "manifest_version": 3,
  "action": {
    "default_title": "CardGenerator - VISA Credit Card Generator Tool",
    "default_icon": "favicon.png",
    "default_popup": "popup.html"
  },
  "homepage_url": "https://cardgenerator.org/",
  "icons": {
    "128": "favicon.png"
  },
  "short_name": "VISA CardGenerator",
  "update_url": "https://clients2.google.com/service/update2/crx"
}