Kobikit Sidekick: WhatsApp™ Web Assistant

Kobikit Sidekick: WhatsApp™ Web Assistant

WhatsApp™ Web productivity tool: Sales, CRM, customer support, privacy, scheduled messages, tasks, bookmarks, URL shortener

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extensionName__",
  "default_locale": "en",
  "version": "1.2.16",
  "description": "__MSG_extensionDescription__",
  "permissions": [
    "storage",
    "unlimitedStorage",
    "webNavigation",
    "scripting",
    "cookies",
    "tabs"
  ],
  "host_permissions": [
    "*://web.whatsapp.com/*",
    "https://kobikit.com/",
    "http://*/*",
    "https://*/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*/*"
      ],
      "run_at": "document_end",
      "js": [
        "js/services/storage.js"
      ]
    }
  ],
  "icons": {
    "16": "images/icon-16x16.png",
    "48": "images/icon-48x48.png",
    "128": "images/icon-128x128.png"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "action": {},
  "manifest_version": 3
}