WhatsEZ

WhatsEZ

WhatsEZ.id - WA Marketing Tools

Additional files are visible only to premium users

manifest.json


{
  "background": {
    "persistent": true,
    "scripts": [
      "config.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon48_off.png",
    "default_popup": "settings_popup.html",
    "default_title": "WhatsEZ"
  },
  "content_scripts": [
    {
      "js": [
        "config.js",
        "script.js"
      ],
      "matches": [
        "https://web.whatsapp.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "WhatsEZ.id - WA Marketing Tools",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 2,
  "name": "WhatsEZ",
  "options_page": "settings.html",
  "permissions": [
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "http://*/",
    "https://*/"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.1.2",
  "web_accessible_resources": [
    "client.js"
  ]
}