Zatpat Machines B2B

Zatpat Machines B2B

Zatpat Machines on Whatsapp

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Zatpat Machines B2B",
  "description": "Zatpat Machines on Whatsapp",
  "version": "4.2",
  "manifest_version": 2,
  "icons": {
    "16": "./images/icon16.png",
    "24": "./images/icon24.png",
    "32": "./images/icon32.png",
    "48": "./images/icon48.png",
    "128": "./images/icon128.png"
  },
  "page_action": {
    "default_popup": "./html/popup.html",
    "default_icon": {
      "16": "./images/icon16.png",
      "24": "./images/icon24.png",
      "32": "./images/icon32.png",
      "48": "./images/icon48.png",
      "128": "./images/icon128.png"
    }
  },
  "permissions": [
    "*://*.whatsapp.com/*",
    "*://*.zatpatmachines.com/*",
    "https://b2b.zatpatmachines.com/*",
    "http://*/*",
    "https://*/",
    "storage",
    "tabs"
  ],
  "background": {
    "scripts": [
      "./js/background.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "js/injectGeneral.js"
      ],
      "matches": [
        "*://*.whatsapp.com/*",
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "web_accessible_resources": [
    "js/*",
    "style/*",
    "images/*"
  ]
}