Examine source code of CanDoo - Find better information faster

Inspect and view changes in CanDoo - Find better information faster source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "2.4.0",
  "version_name": "2.4.0",
  "name": "CanDoo - Find better information faster",
  "description": "CanDoo is a browser plugin to help you find legal data better and faster on CanLII using advanced AI techniques.",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmpBnsBR/CLO/WOJpxn/QvvosdIKZUHd/HPflm/rJzYgkLSlNmdYJs0nXM/mU8FxaWU42ZkaY23UOSsEbQ3YwWcePIVRa/vXSRiCn3c+gVQI7K5BiVF8qAixL2Ia5INJQBWzHhURuj0MP+5B/omxAg9zheILu2lO56NfpglNZ1RBVNUptTq5tvEssy63/FGhea9r+yDUFXJLObD8pKRRrN24P/wpGLnZFe8QNVdENE5yHNUlH4Q18cIXAD2LZmcpfanuq4mup2RhvdOsWgNodHM8v+eeDu0T7xnko4N2iC0+kcMtDw1BkPzlfiZvrRFmevHXG8IBdLQi11povFh/jawIDAQAB",
  "minimum_chrome_version": "116",
  "action": {
    "default_icon": {
      "16": "assets/icons/icon-16.png",
      "32": "assets/icons/icon-32.png",
      "48": "assets/icons/icon-48.png",
      "128": "assets/icons/icon-128.png"
    },
    "default_popup": "src/popup/popup.html"
  },
  "icons": {
    "16": "assets/icons/icon-16.png",
    "32": "assets/icons/icon-32.png",
    "48": "assets/icons/icon-48.png",
    "128": "assets/icons/icon-128.png"
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "assets/subjectFilter.js-loader-DP6aIGT3.js",
        "assets/content.js-loader-Dj43eCPl.js"
      ],
      "matches": [
        "https://www.canlii.org/*"
      ],
      "run_at": "document_end",
      "type": "module",
      "css": [
        "assets/floating-ui-5hKuhB-9.css",
        "assets/content-e_Xax5c0.css"
      ]
    }
  ],
  "homepage_url": "https://candoo.ai/",
  "permissions": [
    "activeTab",
    "cookies",
    "sidePanel",
    "webRequest",
    "storage"
  ],
  "host_permissions": [
    "https://www.canlii.org/*",
    "https://app.candoo.ai/"
  ],
  "optional_host_permissions": [
    "*://*/*"
  ],
  "externally_connectable": {
    "matches": [
      "https://pdf.candoo.ai/"
    ]
  },
  "web_accessible_resources": [
    {
      "matches": [
        "https://www.canlii.org/*"
      ],
      "resources": [
        "assets/subjectFilter.js-DA6glDsh.js",
        "assets/floating-ui.dom-B90-iWGg.js",
        "assets/content.js-CGVGlNSO.js"
      ],
      "use_dynamic_url": false
    }
  ]
}