Luhn Check Firefox

Examine source code of Luhn Check

Inspect and view changes in Luhn Check source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Luhn Check",
  "version": "1.1",
  "description": "Validate credit card numbers using the Luhn algorithm",
  "browser_specific_settings": {
    "gecko": {
      "id": "{de1af444-774c-41c1-ac3a-8b791064a1c0}",
      "strict_min_version": "96.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "16": "static/p16.png",
    "48": "static/p48.png"
  },
  "browser_action": {
    "default_popup": "popup/index.html",
    "default_icon": {
      "16": "static/p16.png",
      "48": "static/p48.png"
    }
  },
  "background": {
    "scripts": [
      "lib/background.js"
    ]
  },
  "permissions": []
}

Best Luhn Check Alternatives

Here are some Firefox add-ons that are similar to Luhn Check: