Credit Card Generator

Credit Card Generator

Credit card generator is a number generator, validator and tester for your credit cards. Check your cards fake or real or secure ?

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Credit Card Generator",
  "version": "2.2",
  "manifest_version": 2,
  "description": "Credit card generator is a number generator, validator and tester for your credit cards. Check your cards fake or real or secure ?",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "sayfa.html"
  },
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  }
}