Examine source code of Colibri – AI Note Taking & Transcription App

Inspect and view changes in Colibri – AI Note Taking & Transcription App 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",
  "name": "Colibri – AI Note Taking & Transcription App",
  "description": "Easily record, transcribe, and summarize calls, virtual meetings, and any other audio content from your browser with Colibri AI.",
  "version": "0.2.1",
  "manifest_version": 3,
  "permissions": [
    "activeTab",
    "tabCapture",
    "identity",
    "storage",
    "system.display"
  ],
  "action": {
    "default_title": "Record and transcribe current tab with Colibri – AI Note Taking & Transcription App",
    "default_icon": {
      "16": "images/app_icon-16.png",
      "32": "images/app_icon-32.png",
      "48": "images/app_icon-48.png",
      "128": "images/app_icon-128.png",
      "256": "images/app_icon-256.png"
    }
  },
  "icons": {
    "16": "images/app_icon-16.png",
    "32": "images/app_icon-32.png",
    "48": "images/app_icon-48.png",
    "128": "images/app_icon-128.png",
    "256": "images/app_icon-256.png"
  },
  "background": {
    "service_worker": "static/js/background.js"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsdEoiyBr8tAaf3sgGYCKdZHLQjvfFqfV85DOXYvaRusgXi1QsPKidg4aBgOnGjwcECaypELbOHbix1MUdcz4pliRQ7gd53EGULBJ0Tu80MLfKLL54kG9EzXJEr+rpvSnwpTqskJfDVQYpEUTP82H46YVWy0MX6zGx+Bpgg5iqW8Y7p3JSRsWnuTFoR70l8TEd38UI0dAVIhCaHLWCei2RbzhYQmPbiHLdWxNGhALy27WdmxXCueIUO0oBjDxp/uybPoK2eipVF1zkV3w+oLYjoPx61JD3Y4sZlrf/+UQZIH4eag5om5qLhxSRfugyHJG/A5TDAPJ6jV+/ye/bR738wIDAQAB"
}