Credit Card Generator

Credit Card Generator

Enhance your capabilities with Credit Card Generator. Сreate valid credit card numbers effortlessly.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "description": "__MSG_shortDesc__",
  "default_locale": "en",
  "version": "1.0.6",
  "action": {
    "default_icon": "icons/48x48.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icons/16x16.png",
    "48": "icons/48x48.png",
    "64": "icons/64x64.png",
    "96": "icons/96x96.png",
    "128": "icons/128x128.png"
  },
  "background": {
    "service_worker": "worker.js"
  },
  "permissions": [
    "storage"
  ]
}