CB Capture Firefox

Examine source code of CB Capture

Inspect and view changes in CB Capture source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "CB Capture",
  "description": "Record browser meetings and get AI-powered transcriptions, summaries, and action items — 100% local and private.",
  "version": "1.0.14",
  "icons": {
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "meetrecord-ai@pankaj.local",
      "strict_min_version": "115.0",
      "data_collection_permissions": {
        "required": [
          "authenticationInfo"
        ],
        "optional": []
      }
    }
  },
  "commands": {
    "toggle-recording": {
      "suggested_key": {
        "default": "Ctrl+Shift+R",
        "mac": "Command+Shift+R"
      },
      "description": "Start or Stop meeting recording"
    },
    "toggle-pause": {
      "suggested_key": {
        "default": "Ctrl+Shift+P",
        "mac": "Command+Shift+P"
      },
      "description": "Pause or Resume meeting recording"
    }
  },
  "action": {
    "default_popup": "src/popup/index.html",
    "default_icon": {
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "background": {
    "scripts": [
      "assets/background.js-DynJ3FWR.js"
    ],
    "type": "module"
  },
  "permissions": [
    "tabs",
    "downloads",
    "storage",
    "activeTab",
    "identity"
  ],
  "host_permissions": [
    "https://capture.codebais.in/*",
    "http://localhost:8000/*"
  ],
  "content_scripts": [
    {
      "js": [
        "assets/content.js-BdejR0IZ.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "src/popup/options.html",
        "src/popup/options.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}

Best CB Capture Alternatives

Here are some Firefox add-ons that are similar to CB Capture: