Google Meet by Emocional

Google Meet by Emocional

Añade Emocional en tus videollamadas de Google Meet.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Google Meet by Emocional",
  "description": "Añade Emocional en tus videollamadas de Google Meet.",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAh791TBZj5pTgfkmBLPEUnaT0E3ZQBj09Yt1J7jbXt9Oub31r+WhXYC7x1sRj4PPbPaQzBnXG8eFpoI53zDD2nSwZndcn4q1kElCyRaOGh+2r0SO/TeLeS6mo2HnE2ChgRLAcLl6Bxq0fdqlZsNs5SlF/GV41KVTeq6Nf0lUGC2xlnctCwEZQcDy/vamC69kXSC8bn92ky2d4/7/pG4u77XzcdyvezmHi7oy4WzVluKEmuTzE0jlBshRibkVvHqp7kACRXTSBlHxnEg6lSfKfpC2Tqm1JXWZYjT6J+AdkccVTM1iLucoK8JKiBOPEwSGQZMWE+N8cdnAtOSP0jdwm/QIDAQAB",
  "version": "1.2.9.4",
  "icons": {
    "128": "logo/active-icon.png"
  },
  "action": {
    "default_title": "Emotional Meetings",
    "default_icon": "logo/active-icon.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "https://meet.google.com/*"
  ],
  "background": {
    "service_worker": "serviceWorker.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://meet.google.com/*"
      ],
      "js": [
        "main.js"
      ],
      "run_at": "document_end"
    }
  ],
  "externally_connectable": {
    "matches": [
      "https://extension.emocional.co/*",
      "https://extension.test.emocional.co/*",
      "https://extension.dev.emocional.co/*",
      "http://localhost:4200/*"
    ]
  },
  "oauth2": {
    "client_id": "545529495478-a816okvmp8bq8snqocqimokni3sm5ffa.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email"
    ]
  },
  "options_page": "settings/settings.html",
  "default_locale": "es"
}