tdMessenger

tdMessenger

Business Whatsapp with all your contacts in an easy way. For small and large organizations.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.102",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "nl",
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_popup": "menu.html",
    "default_icon": {
      "16": "images/icons/transparant/phone16.png",
      "32": "images/icons/transparant/phone32.png",
      "48": "images/icons/transparant/phone48.png",
      "128": "images/icons/transparant/phone128.png"
    }
  },
  "permissions": [
    "storage",
    "unlimitedStorage",
    "notifications",
    "background",
    "alarms",
    "tabs"
  ],
  "externally_connectable": {
    "matches": [
      "*://dikkeserver/*",
      "*://*.bdsc.nl/*",
      "*://adimitbi/*",
      "*://adimitbibw/*",
      "*://localhost/*",
      "*://*.google.com/*"
    ],
    "ids": [
      "*"
    ]
  },
  "icons": {
    "16": "images/icons/transparant/phone16.png",
    "32": "images/icons/phone32.png",
    "48": "images/icons/phone48.png",
    "128": "images/icons/phone128.png"
  },
  "manifest_version": 3
}