Wharketing - Mensajes Masivos por Whatsapp

Wharketing - Mensajes Masivos por Whatsapp

Enviar mensajes masivos desde Whatsapp

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "William Peñaloza",
  "background": {
    "persistent": false,
    "scripts": [
      "smph/background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "imgs/16.png",
      "48": "imgs/48.png"
    },
    "default_title": "Wharketing - Enviar Mensajes Masivos por Whatsapp Gratis"
  },
  "content_scripts": [
    {
      "css": [
        "smph/0d8fd505a99478275324ed48ae42bfea.css",
        "smph/css/uikit.css"
      ],
      "js": [
        "smph/jquery.js",
        "smph/smph.js",
        "smph/app736e75726620636f7270.js",
        "smph/js/uikit.js",
        "smph/js/uikit-icons.js"
      ],
      "matches": [
        "*://*.whatsapp.com/*",
        "*://*.wharketing.com/*"
      ]
    }
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "description": "Enviar mensajes masivos desde Whatsapp",
  "icons": {
    "16": "imgs/16.png",
    "32": "imgs/32.png",
    "48": "imgs/48.png",
    "128": "imgs/128.png"
  },
  "manifest_version": 2,
  "minimum_chrome_version": "37",
  "name": "Wharketing - Mensajes Masivos por Whatsapp",
  "permissions": [
    "*://*.whatsapp.com/*",
    "activeTab",
    "background"
  ],
  "short_name": "Wharketing - Enviar Mensajes Masivos por Whatsapp Gratis",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2.0.5",
  "web_accessible_resources": [
    "smph/*"
  ]
}