Cooby: Best WhatsApp Extension for Work

Cooby: Best WhatsApp Extension for Work

Cooby is the world's most powerful WhatsApp experience.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Cooby: Best WhatsApp Extension for Work",
  "description": "Cooby is the world's most powerful WhatsApp experience.",
  "version": "1.79.0",
  "manifest_version": 3,
  "oauth2": {
    "client_id": "187024428356-2i7p4fb1nr908fad1rkmlveq20u3do67.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/calendar.events"
    ]
  },
  "background": {
    "service_worker": "background.bundle.js"
  },
  "action": {
    "default_icon": {
      "16": "icon-cooby-16.png",
      "32": "icon-cooby-32.png",
      "48": "icon-cooby-48.png",
      "128": "icon-cooby-128.png"
    }
  },
  "icons": {
    "16": "icon-cooby-16.png",
    "32": "icon-cooby-32.png",
    "48": "icon-cooby-48.png",
    "128": "icon-cooby-128.png"
  },
  "permissions": [
    "storage",
    "tabs",
    "identity",
    "management"
  ],
  "host_permissions": [
    "https://*.cooby.co/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://web.whatsapp.com/*"
      ],
      "js": [
        "content.bundle.js"
      ]
    }
  ],
  "externally_connectable": {
    "ids": [
      "hcikfoejbgdmajlbhadhfchoekcoablm"
    ],
    "matches": [
      "https://*.cooby.co/*"
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "files/*",
        "locales/*.json",
        "ring.json",
        "installed.json",
        "injection.bundle.js",
        "content.bundle.css",
        "icon-cooby-72.png",
        "sign-in-and-sign-up-2x.png",
        "icon-plus.svg",
        "icon-close.svg",
        "icon-info-invert.svg",
        "icon-survey.svg",
        "icon-survey-hover.svg",
        "icon-survey-active.svg",
        "icon-survey-dark.svg",
        "icon-survey-dark-hover.svg",
        "icon-survey-dark-active.svg",
        "icon-notifications.svg",
        "icon-cooby-brand.svg",
        "icon-cooby-brand-dark.svg",
        "icon-contacts-facebook.svg",
        "icon-contacts-twitter.svg",
        "icon-contacts-website.svg",
        "icon-google.svg",
        "default-user.svg",
        "default-group.svg",
        "default-broadcast.svg",
        "illustration-no-current-chat.png",
        "illustration-subscription.svg",
        "illustration-subscription-dark.svg",
        "icon-new-message.svg",
        "icon-new-message-hover.svg",
        "icon-new-message-active.svg",
        "icon-new-message-dark.svg",
        "icon-new-message-dark-hover.svg",
        "icon-new-message-dark-active.svg",
        "icon-arrow-down.svg",
        "icon-checked.svg",
        "icon-checked-dark.svg",
        "icon-chat-action-reminder.svg",
        "icon-select-chat-start.svg",
        "icon-select-chat-end.svg",
        "icon-selected-chat-start.svg",
        "icon-selected-chat-end.svg",
        "icon-linkedin.svg",
        "icon-linkedin-colored.svg",
        "icon-editor-bold.svg",
        "icon-editor-italic.svg",
        "icon-editor-line-through.svg",
        "icon-editor-link.svg",
        "icon-editor-ordered-list.svg",
        "icon-editor-underline.svg",
        "icon-editor-unordered-list.svg",
        "icon-editor-bold-dark.svg",
        "icon-editor-italic-dark.svg",
        "icon-editor-line-through-dark.svg",
        "icon-editor-link-dark.svg",
        "icon-editor-ordered-list-dark.svg",
        "icon-editor-underline-dark.svg",
        "icon-editor-unordered-list-dark.svg",
        "icon-arrow-down-small.svg",
        "illustration-add-chats-to-this-tab-light.svg",
        "illustration-add-chats-to-this-tab-dark.svg",
        "illustration-no-chats-yet-light.svg",
        "illustration-no-chats-yet-dark.svg",
        "icon-chat-action-move.svg",
        "icon-check-mark.svg",
        "icon-done.svg",
        "icon-loading-sign.svg",
        "icon-link-to.svg",
        "illustration-share-conversation-dark.svg",
        "illustration-share-conversation.svg",
        "icon-alert.svg",
        "illustration-schedule-event-dark.svg",
        "illustration-schedule-event.svg",
        "icon-select-messages.svg",
        "icon-go-to-workspace.svg",
        "icon-keyboard-shortcuts.svg",
        "icon-logout.svg",
        "icon-manage-subscription.svg",
        "icon-report-an-issue.svg",
        "icon-request-feature.svg",
        "icon-share-with-friends.svg",
        "icon-reorder.svg",
        "icon-visible.svg",
        "icon-invisible.svg",
        "icon-delete.svg",
        "icon-rename.svg",
        "icon-settings.svg",
        "icon-mini-loading-spinner.svg",
        "icon-language.svg",
        "logo-salesforce-light.png",
        "icon-comments.svg",
        "illustration-trial-ended-2x.png",
        "inbox-zero-background-light.png",
        "inbox-zero-background-dark.png",
        "assets/*"
      ],
      "matches": [
        "https://web.whatsapp.com/*"
      ]
    },
    {
      "resources": [
        "installed.json"
      ],
      "matches": [
        "https://*.cooby.co/*"
      ]
    },
    {
      "resources": [
        "hubspot.html"
      ],
      "matches": [
        "https://app.hubspot.com/*",
        "https://*.cooby.co/*",
        "https://*.cooby.dev/*"
      ]
    }
  ]
}