Desktop WhatsA - online messenger

Desktop WhatsA - online messenger

Get access to messages in WhatsApp. Chat in desktop App for WhatsApp. Receive notification for a new messages. Non official WhatsApp

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.1.5.6",
  "manifest_version": 3,
  "short_name": "whatsapp-web",
  "name": "__MSG_extName__",
  "background": {
    "service_worker": "lib/chrome/chrome.js",
    "type": "module"
  },
  "description": "__MSG_extDescription__",
  "default_locale": "en",
  "options_ui": {
    "page": "data/options/options.html",
    "open_in_tab": false
  },
  "web_accessible_resources": [
    {
      "resources": [
        "*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "content_scripts": [
    {
      "all_frames": true,
      "run_at": "document_idle",
      "matches": [
        "*://*.web.whatsapp.com/*",
        "*://*.google.com/*",
        "*://*.bing.com/*",
        "*://*.google.de/*",
        "*://*.google.it/*",
        "*://*.google.es/*",
        "*://*.google.ca/*",
        "*://*.google.fr/*",
        "*://*.google.nl/*",
        "*://*.google.no/*",
        "*://*.google.pl/*",
        "*://*.google.at/*",
        "*://*.google.co.in/*"
      ],
      "js": [
        "data/include/jquery.js",
        "data/include/jquery.pep.js",
        "data/search/index.js",
        "data/content_script/inject/inject.js"
      ]
    }
  ],
  "icons": {
    "16": "data/icons/16.png",
    "32": "data/icons/32.png",
    "48": "data/icons/48.png",
    "64": "data/icons/64.png",
    "128": "data/icons/128.png"
  },
  "action": {
    "default_icon": {
      "16": "data/icons/16.png",
      "32": "data/icons/32.png",
      "48": "data/icons/48.png",
      "64": "data/icons/64.png",
      "128": "data/icons/128.png"
    }
  }
}