CardGenerator - Credit Card Generator Tool

CardGenerator - Credit Card Generator Tool

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

Merlin
Additional files are visible only to premium users

manifest.json


{
  "browser_action": {
    "default_icon": "favicon.png",
    "default_popup": "popup.html",
    "default_title": "CardGenerator - Credit Card Generator Tool"
  },
  "description": "Generate credit card numbers with unqiue details such as name, zipcode, country, phone number, and address for testing and signup.",
  "homepage_url": "https://cardgenerator.org/",
  "icons": {
    "128": "favicon.png"
  },
  "manifest_version": 2,
  "name": "CardGenerator - Credit Card Generator Tool",
  "short_name": "CardGenerator",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.1",
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'"
}