SA ID Number Tools

SA ID Number Tools

Generates a South African ID number that validates, via the extension or via a context menu, and can analyse ID numbers.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "SA ID Number Tools",
  "description": "Generates a South African ID number that validates, via the extension or via a context menu, and can analyse ID numbers.",
  "version": "1.8.7",
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "permissions": [
    "contextMenus",
    "activeTab",
    "clipboardWrite"
  ],
  "background": {
    "scripts": [
      "jSAID.js",
      "main.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "generator.html"
  }
}