Patsa - AI-powered Meeting Copilot

Patsa - AI-powered Meeting Copilot

Patsa is a real-time AI copilot for meetings that will make you a know-it-all during an online meeting. Get AI answers instantly.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "minimum_chrome_version": "116",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjYI5eayuBUBNB9omsvAsFAQL5Wnl0bEz/UbvBa4IPjSQX99zXXD2FBnBzCdGc61p6GuWK6vLeBNNi6z/VaKAGQe5PeYzf+NnTVpVDQ+rGiD09AIR6ex63TCw30bvckwxvy4mgvV+5LNAprQjjp/q1eAA0QwSHlnV3gVYz/yc0hIG+YVwfLlAgecByFvXDiKWGpanMMj2eWXoj6/a4c+UFEy/pf+0KC445yiGGnMfxl2wdw51tjmdgJVyMitajZsBFtn7LK+EUYMKNQcnebKCjKtFe1jijcAps1WPYL+Hrejk8YaaQqLUxTOXvU0zcdGUoftRhGnn2XksvEkOaMaARQIDAQAB",
  "name": "Patsa - AI-powered Meeting Copilot",
  "version": "1.1.4",
  "description": "Patsa is a real-time AI copilot for meetings that will make you a know-it-all during an online meeting. Get AI answers instantly.",
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/icon-16.png",
      "32": "images/icon-32.png",
      "48": "images/icon-48.png",
      "128": "images/icon-128.png"
    },
    "default_title": "Patsa"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "background": {
    "service_worker": "service_worker.js"
  },
  "icons": {
    "16": "images/icon-16.png",
    "32": "images/icon-32.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "oauth2": {
    "client_id": "59020193239-ne516imrp0srfsfgdgjv4mccemqqvv5s.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email"
    ]
  },
  "permissions": [
    "tabCapture",
    "storage",
    "offscreen",
    "identity"
  ]
}