DevBoy Meet Recorder Firefox

Examine source code of DevBoy Meet Recorder

Inspect and view changes in DevBoy Meet Recorder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "version": "0.1.45",
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "DevBoy Meet Recorder",
    "default_icon": {
      "16": "icons/16.png",
      "32": "icons/32.png",
      "48": "icons/48.png",
      "128": "icons/128.png"
    }
  },
  "permissions": [
    "storage"
  ],
  "optional_host_permissions": [],
  "content_scripts": [
    {
      "matches": [
        "https://meet.google.com/*"
      ],
      "js": [
        "content-meet.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://meet.google.com/*"
      ],
      "js": [
        "content-overlay.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "commands": {
    "toggle-recording": {
      "suggested_key": {
        "default": "Alt+Shift+R"
      },
      "description": "Start / stop meeting recording on the current tab"
    }
  },
  "name": "DevBoy Meet Recorder",
  "description": "Record Google Meet audio or a selected screen, window, or tab and send it to DevBoy for transcription and meeting notes.",
  "host_permissions": [
    "https://app.devboy.pro/*",
    "https://hel1.your-objectstorage.com/*"
  ],
  "sidebar_action": {
    "default_title": "DevBoy Meet Recorder",
    "default_panel": "sidepanel.html",
    "default_icon": "icons/48.png",
    "open_at_install": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "support@devboy.pro",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "authenticationInfo",
          "browsingActivity",
          "personalCommunications",
          "personallyIdentifyingInfo",
          "websiteContent"
        ]
      }
    }
  },
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  }
}

Best DevBoy Meet Recorder Alternatives

Here are some Firefox add-ons that are similar to DevBoy Meet Recorder: