Goyral Bulk Message

Goyral Bulk Message

Goyral Bulk Message

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Goyral Bulk Message",
  "description": "Goyral Bulk Message",
  "version": "2.10.40",
  "permissions": [
    "tabs",
    "storage",
    "downloads",
    "notifications",
    "clipboardWrite",
    "clipboardRead",
    "unlimitedStorage"
  ],
  "default_locale": "en_GB",
  "host_permissions": [
    "*://goyral.com/*"
  ],
  "action": {
    "default_icon": {
      "128": "images/icon_128.png"
    },
    "default_title": "Goyral Bulk Message"
  },
  "icons": {
    "128": "images/icon_128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "images/*",
        "js/*"
      ],
      "matches": [
        "https://web.whatsapp.com/*"
      ]
    }
  ],
  "background": {
    "service_worker": "worker.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://web.whatsapp.com/*"
      ],
      "css": [
        "css/bootstrap.min.css",
        "css/intlTelInput.css",
        "css/content.css"
      ],
      "js": [
        "js/jquery.js",
        "js/popper.min.js",
        "js/bootstrap.min.js",
        "js/intlTelInput.js",
        "js/picmo.js",
        "js/picker.js",
        "js/config.js",
        "js/sweetalert.min.js",
        "js/content.js"
      ],
      "run_at": "document_end"
    }
  ]
}