Certified Artificial - CAT-L Verify

Certified Artificial - CAT-L Verify

Leveraging the CAT-L database, this extension displays the appropriate verification badges for certified AI thought-leaders.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Certified Artificial - CAT-L Verify",
  "short_name": "CAT-L Verify",
  "description": "Leveraging the CAT-L database, this extension displays the appropriate verification badges for certified AI thought-leaders.",
  "version": "1.0.3",
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "16": "icons/catl-gold-16.png",
    "48": "icons/catl-gold-48.png",
    "128": "icons/catl-gold-128.png"
  }
}