CardGenerators

CardGenerators

Generate & Validate your credit card with valid BIN codes and Luhn Algorithm.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "CardGenerators",
  "description": "Generate & Validate your credit card with valid BIN codes and Luhn Algorithm.",
  "version": "1.0.0",
  "icons": {
    "128": "icon.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  }
}