Athenas — Meeting Intelligence Firefox

Examine source code of Athenas — Meeting Intelligence

Inspect and view changes in Athenas — Meeting Intelligence source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Athenas — Meeting Intelligence",
  "version": "0.1.0",
  "description": "Real-time meeting transcription and insights for Google Meet, Teams, and Zoom",
  "permissions": [
    "activeTab",
    "storage",
    "identity"
  ],
  "optional_permissions": [
    "scripting"
  ],
  "host_permissions": [
    "https://athenas.juansev.dev/*"
  ],
  "optional_host_permissions": [
    "https://meet.google.com/*",
    "https://teams.microsoft.com/*",
    "https://*.zoom.us/*"
  ],
  "background": {
    "service_worker": "background.js",
    "type": "module",
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_title": "Athenas",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "src/overlay/*",
        "overlay.js",
        "assets/*",
        "chunks/*",
        "icons/*"
      ],
      "matches": [
        "https://meet.google.com/*",
        "https://teams.microsoft.com/*",
        "https://*.zoom.us/*"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "athenas-extension@rapaduraslabs.dev",
      "strict_min_version": "128.0",
      "data_collection_permissions": {
        "required": [
          "authenticationInfo",
          "personalCommunications",
          "websiteContent"
        ],
        "optional": [
          "technicalAndInteraction"
        ]
      }
    }
  }
}

Best Athenas — Meeting Intelligence Alternatives

Here are some Firefox add-ons that are similar to Athenas — Meeting Intelligence: