Klutch

Klutch

Automatically add your card number when shopping onine

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Klutch",
  "description": "Automatically add your card number when shopping onine",
  "version": "1.1",
  "action": {
    "default_popup": "index.html",
    "default_icon": "klutch-chome-extension-icon.png"
  },
  "permissions": [
    "storage"
  ]
}