Bravo & E4473 auto eNICS background check

Bravo & E4473 auto eNICS background check

Automatically complete the NICS background check for Bravo Point of Sale and E4473 users.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Bravo & E4473 auto eNICS background check",
  "manifest_version": 3,
  "version": "1.2.2.58",
  "description": "Automatically complete the NICS background check for Bravo Point of Sale and E4473 users.",
  "permissions": [
    "scripting",
    "storage"
  ],
  "host_permissions": [
    "https://www.cjis.gov/*",
    "file://*bravo-e4473-data*"
  ],
  "action": {
    "default_icon": "128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "minimum_chrome_version": "99",
  "icons": {
    "128": "128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.cjis.gov/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}