Ultimate WhatsSender

Ultimate WhatsSender

Ultimate WhatsSender enables anyone who marketing by automating tool. This is available for Chrome extension.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "author": "Devendra Sharma",
  "name": "Ultimate WhatsSender",
  "short_name": "Ultimate WhatsSender",
  "version": "2020.08.01.1",
  "description": "Ultimate WhatsSender enables anyone who marketing by automating tool. This is available for Chrome extension.",
  "icons": {
    "16": "/assets/icons/icon16.png",
    "48": "/assets/icons/icon48.png",
    "128": "/assets/icons/icon128.png"
  },
  "browser_action": {
    "default_icon": "/assets/icons/icon16.png"
  },
  "background": {
    "persistent": false,
    "scripts": [
      "/src/main/background/background.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "/src/lib/jquery.js",
        "/src/lib/inside.js",
        "/assets/script/bootstrap.min.js",
        "/assets/script/material.min.js",
        "/src/lib/popup.js"
      ],
      "css": [
        "/assets/style/material.min.css",
        "/assets/style/font-awesome/css/font-awesome.css",
        "/assets/style/fonts/roboto.font.css",
        "/assets/style/bootstrap.min.css",
        "/assets/style/popup.css"
      ],
      "matches": [
        "*://*.whatsapp.com/*"
      ]
    }
  ],
  "permissions": [
    "*://*.whatsapp.com/*"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "web_accessible_resources": [
    "src/*",
    "assets/*"
  ]
}